Skip to content

Releases: gitscrum-core/mcp-server

v1.0.7

12 Feb 23:38

Choose a tag to compare

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

10 Feb 07:20

Choose a tag to compare

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

10 Feb 06:51

Choose a tag to compare

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

06 Feb 20:31

Choose a tag to compare

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-server

Links

v1.0.0 - GitScrum Studio MCP Server

06 Feb 19:49

Choose a tag to compare

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

Documentation