Releases: loonghao/shotgrid-mcp-server
v0.15.4
Comparing Changes: v0.15.3...v0.15.4
ShotGrid MCP Server 0.15.4
MCP Server for ShotGrid integration using shotgun-api3.
Bugs
- 🐞 fix: sg update multi_entity_update_modes param spell error 7b615ba
Misc
- 💄 chore(deps): update actions/upload-artifact action to v6 a52e79d
- 💄 chore(deps): update actions/setup-node action to v6 f97318f
- 💄 chore(deps): update dependency node to v24 df9e4d3
- 💄 chore(deps): update peter-evans/find-comment action to v4 94c3562
- 💄 chore(deps): update actions/configure-pages action to v5 d06fe0d
- 💄 chore(deps): update actions/upload-pages-artifact action to v4 fa9388e
- 💄 chore(deps): update peter-evans/create-or-update-comment action to v5 68d8fe2
- 💄 chore(deps): update actions/checkout action to v6 10b962d
Unknown
- 📄 bump: version 0.15.3 → 0.15.4 37bd68c
v0.15.3
Comparing Changes: v0.14.1...v0.15.3
ShotGrid MCP Server 0.15.3
MCP Server for ShotGrid integration using shotgun-api3.
Bugs
- 🐞 fix(ci): add --system flag to vx uv pip install for CI environment d0b8e46
- 🐞 fix(ci): add pull-requests write permission for PR comments 41a5c36
- 🐞 fix(docs): regenerate package-lock.json for npm ci compatibility fccac89
- 🐞 fix: use vx uvx in justfile instead of bare uvx c094070
Feature
- 🌟 feat: simplify JSON Schema for LLM API compatibility and migrate CI to vx 2cba43f
Misc
- 💢 ci: skip MR checks for docs-only changes 901be40
- 💢 ci: simplify CI workflow with justfile and remove shotgun-api3 git reference workaround 76f6250
- 💢 ci: upgrade vx to v0.6.13 and use vx just commands 596bc60
Unknown
v0.14.1
Comparing Changes: v0.14.0...v0.14.1
ShotGrid MCP Server 0.14.1
MCP Server for ShotGrid integration using shotgun-api3.
Bugs
- 🐞 fix: normalize integer entity IDs to dict format in API tools 922c704
Misc
- 💄 chore(deps): update dependency mintlify to v4.2.224 ef9bb9b
- 💄 chore(deps): update dependency mintlify to v4.2.243 73af592
- 💄 chore(deps): update actions/cache action to v5 0191344
Unknown
- 📄 bump: version 0.14.0 → 0.14.1 ac4a315
v0.14.0
Comparing Changes: v0.13.4...v0.14.0
ShotGrid MCP Server 0.14.0
MCP Server for ShotGrid integration using shotgun-api3.
Feature
- 🌟 feat: add sg_url to all entity creation responses 329cdec
Misc
- 💄 chore(deps): update dependency mintlify to v4.2.221 9b27291
Unknown
- 📄 bump: version 0.13.4 → 0.14.0 2b05224
v0.13.4
Comparing Changes: v0.13.3...v0.13.4
ShotGrid MCP Server 0.13.4
MCP Server for ShotGrid integration using shotgun-api3.
Bugs
- 🐞 fix(cloud): use HTTP ASGI app for FastMCP Cloud multi-site support a8727b3
Misc
- 💄 chore(deps): update dependency mintlify to v4.2.219 67793e3
Unknown
v0.13.3
Comparing Changes: v0.13.1...v0.13.3
ShotGrid MCP Server 0.13.3
MCP Server for ShotGrid integration using shotgun-api3.
Bugs
- 🐞 fix: return structured results for API tools instead of primitives 71aba58
- 🐞 fix(ci): use Python 3.12, add FastMCP Cloud support with dedicated entry point dc657b6
Misc
🔶 Nothing change
Unknown
v0.13.1
Comparing Changes: v0.13.0...v0.13.1
ShotGrid MCP Server 0.13.1
MCP Server for ShotGrid integration using shotgun-api3.
Bugs
- 🐞 fix: replace deprecated class-based Config with ConfigDict for Pydantic V2 compatibility 3eea2f9
Misc
- 💄 chore(deps): update actions/checkout action to v6 94cff10
- 💄 chore(deps): bump glob from 10.4.5 to 10.5.0 in /docs bf4fe0d
- 💄 chore(deps): update python docker tag 01e10ed
- 💄 chore(deps): update dependency mintlify to v4.2.209 3207979
- 💄 chore(deps): update dependency mintlify to v4.2.213 371272c
- 💄 chore(deps): update dependency mintlify to v4.2.214 b9c411d
- 💄 chore(deps): update dependency mintlify to v4.2.218 b5d3cc1
Unknown
- 📄 bump: version 0.13.0 → 0.13.1 b7a8660
v0.13.0
Comparing Changes: v0.12.0...v0.13.0
ShotGrid MCP Server 0.13.0
MCP Server for ShotGrid integration using shotgun-api3.
Bugs
- 🐞 fix: simplify filter validation and fix return type mismatches 232e97d
- 🐞 fix: reduce complexity of register_create_tools and fix TimeFilter import 44c873d
- 🐞 fix: add shotgrid-query to requirements-dev.txt f80e455
- 🐞 fix: add all to models.py to re-export TimeFilter 3f3f799
- 🐞 fix: normalize line endings to LF for Python files 897c463
- 🐞 fix: unify ruff version and fix import sorting f2ad678
- 🐞 fix: only pass page parameter to sg.find when it has a value e6a4e78
- 🐞 fix: update dependencies to resolve security vulnerabilities 0ea77e7
- 🐞 fix: resolve test failures in search tools af65170
Feature
- 🌟 feat: migrate from diskcache to diskcache_rs for improved performance a6b2166
- 🌟 feat: implement MockgunExt.update method and improve test coverage c2d9f62
- 🌟 feat: add automatic datetime format normalization for filters ea4f535
- 🌟 feat: add user-friendly API improvements and comprehensive tests f697c47
- 🌟 feat: add text_search minimum length validation and improve filter docs ee4440f
- 🌟 feat: improve MCP tool documentation and add missing ShotGrid API coverage 13f1906
Improve
- 🐝 refactor: organize schema cache directory alongside logs 7e5bec2
- 🐝 refactor: reduce complexity of register_advanced_search_tool 891c617
Misc
- 💄 chore: add pre-commit config and fix code style with ruff 791866d
- 💄 chore: add .gitattributes to enforce LF line endings 2ec5c59
- 🎨 style: format create_tools.py with ruff 5e2e407
Unknown
- 📄 bump: version 0.12.0 → 0.13.0 a81a29a
v0.12.0
Comparing Changes: v0.11.0...v0.12.0
ShotGrid MCP Server 0.12.0
MCP Server for ShotGrid integration using shotgun-api3.
Bugs
- 🐞 fix: implement lazy initialization for ASGI to prevent Docker build errors 3425688
- 🐞 fix: remove module-level server initialization to prevent HTTP mode startup errors 609cac1
Feature
- 🌟 feat: add standalone ASGI application support for cloud deployment cb4103c
Misc
🔶 Nothing change
Unknown
- 📄 bump: version 0.11.0 → 0.12.0 ec7aac8
v0.11.0
Comparing Changes: v0.10.2...v0.11.0
ShotGrid MCP Server 0.11.0
MCP Server for ShotGrid integration using shotgun-api3.
Bugs
- 🐞 fix: resolve lint and test failures dcaa113
Feature
- 🌟 feat: add stdio and streamable HTTP transport support with click CLI 8fbc2eb
- 🌟 feat: refactor CLI to use subcommands and implement per-request credentials eb5e691
Misc
🔶 Nothing change
Unknown
- 📄 bump: version 0.10.2 → 0.11.0 864850e