Releases: gitscrum-core/mcp-server
Releases · gitscrum-core/mcp-server
v1.0.7
New Features
- MCP Manifest Resource (gitscrum://mcp/manifest): Read-only resource that dynamically exposes the full action-level capability surface of all 29 registered tools (~161 operations). Useful for inspection, diffing across versions, and understanding the server's capabilities without executing anything.
Maintenance
- Version bump to 1.0.7
- Fixed hardcoded version in Server instance (was 1.0.2)
- Updated docs/HOSTED.md version reference
v1.0.6 - SSE Authentication Support
What's New
SSE Token Retrieval
New --auth\ flag for easy token retrieval:
\\�ash
npx -y @gitscrum-studio/mcp-server --auth
\\
This runs Device Flow authentication and prints your token for use in SSE clients (Claude Desktop, Cursor, Windsurf, etc.)
CLI Improvements
- --help\ - Show usage information
- --version\ - Show version number
Documentation
- Updated HOSTED.md with simplified auth flow
- Clear distinction between SSE (token required) and stdio (Device Flow auto) clients
v1.0.5
Added
- Export public API for hosted SSE deployments
- GitScrumClient, tool registry, auth exports
Changed
- Package exports for ESM module support
v1.0.1 — MCP Registry Publication
What's Changed
Added
- MCP Registry support — Published to the Official MCP Registry at
io.github.gitscrum-core/mcp-server - mcpName field in package.json for MCP Registry compliance
- server.json — MCP Registry metadata file
- .gitignore entries for mcp-publisher binary and registry tokens
Install
npm install -g @gitscrum-studio/mcp-serverLinks
- npm: https://www.npmjs.com/package/@gitscrum-studio/mcp-server
- MCP Registry: https://registry.modelcontextprotocol.io
- Full Changelog: v1.0.0...v1.0.1
v1.0.0 - GitScrum Studio MCP Server
GitScrum Studio MCP Server v1.0.0
npm: [@gitscrum-studio/mcp-server](https://www.npmjs.com/package/@gitscrum-studio/mcp-server)
\\�ash
npx -y @gitscrum-studio/mcp-server
\\
Highlights
- 29 consolidated tools covering 160+ operations
- OAuth 2.0 Device Authorization Grant (RFC 8628) — credentials never shared with MCP server
- 378 tests across 22 test files (100% pass rate)
- Centralized Tool Registry with O(1) dispatch
- Security first — CREATE, READ, UPDATE only. No DELETE operations.
Tools
Tasks, Projects, Sprints, Time Tracking, User Stories, Epics, Labels, Task Types, Workflows, Comments, Discussions, Wiki, NoteVault, Search, ClientFlow CRM, Activity Feed, Standup, Analytics, Budget Tracking