• v2.0.0 57602df878

    v2.0.0
    All checks were successful
    Publish Package / publish (push) Successful in 28s
    Stable

    jack released this 2025-10-10 13:09:16 +02:00 | 0 commits to main since this release

    Features

    • Modular architecture with separation of concerns (types, handlers, tool-definitions)
    • 100% TypeScript type safety with complete JSDoc documentation
    • Comprehensive test coverage with 33 unit tests using Vitest

    🏗️ Architecture

    • types.ts: Type definitions for command results and tool arguments
    • tool-definitions.ts: Tool schema definitions separated from logic (11 tools)
    • handlers.ts: Centralized tool execution routing
    • symfony-service.ts: Enhanced with complete JSDoc documentation
    • index.ts: Reduced from 274 → 75 lines (73% reduction)

    🧪 Testing

    • Added Vitest testing framework with 33 comprehensive tests
    • Type coverage testing (11 tests in types.test.ts)
    • Complete tool definition validation (22 tests in tool-definitions.test.ts)
    • Code coverage reporting with v8 provider

    📦 Dependencies

    • Upgraded @modelcontextprotocol/sdk from 0.5.0 → 1.20.0 (moved to devDependencies)
    • Added vitest ^3.2.4 for testing
    • Added @vitest/coverage-v8 ^3.2.4 for coverage reporting
    • Updated @types/node to ^22.0.0
    • Updated typescript to ^5.5.0

    🔒 Type Safety

    • Eliminated all any types throughout the codebase
    • Type-safe tool argument handling
    • Strict TypeScript configuration maintained

    📝 Documentation

    • Complete JSDoc documentation for all public APIs
    • Enhanced method documentation with @param and @returns tags
    • Improved inline comments throughout the codebase
    Downloads
  • v1.0.5 05f080b496

    🎵 v1.0.5
    All checks were successful
    Publish Package / publish (push) Successful in 1m2s
    Stable

    jack released this 2025-10-07 17:09:36 +02:00 | 3 commits to main since this release

    🎵 Symfony CLI

    v1.0.5

    🐛 Bug Fixes

    • use direct authentication token in CI workflow
    • replace secrets.ACTIONS_TOKEN with actual token value
    • fixes authentication issues with Forgejo Package Registry

    📊 Statistics

    • Total commits: 1
    • Contributors: 1

    🤖 Generated with Claude Code

    Downloads
  • v1.0.4 bab7687604

    🎵 v1.0.4
    Some checks failed
    Publish Package / publish (push) Failing after 1m4s
    Stable

    jack released this 2025-10-07 17:04:13 +02:00 | 4 commits to main since this release

    🎵 Symfony CLI

    v1.0.4

    🐛 Bug Fixes

    • fix npm publish by explicitly specifying registry URL
    • add debug output to show .npmrc contents
    • ensures npm uses Forgejo registry with proper authentication

    📊 Statistics

    • Total commits: 1
    • Contributors: 1

    🤖 Generated with Claude Code

    Downloads
  • v1.0.3 bd21a35c3c

    🎵 v1.0.3
    Some checks failed
    Publish Package / publish (push) Failing after 1m0s
    Stable

    jack released this 2025-10-07 12:51:06 +02:00 | 5 commits to main since this release

    🎵 Symfony CLI

    v1.0.3

    🐛 Bug Fixes

    • fix CI workflow by separating registry configuration from authentication
    • configure .npmrc in two steps: scope registry first, then auth token before publish
    • this prevents npm ci from requiring authentication

    📊 Statistics

    • Total commits: 1
    • Contributors: 1

    🤖 Generated with Claude Code

    Downloads
  • v1.0.2 19532bfd00

    🎵 v1.0.2
    Some checks failed
    Publish Package / publish (push) Failing after 1m0s
    Stable

    jack released this 2025-10-07 12:38:29 +02:00 | 6 commits to main since this release

    🎵 Symfony CLI

    v1.0.2

    🐛 Bug Fixes

    • fix CI workflow authentication using NODE_AUTH_TOKEN environment variable
    • use setup-node registry-url and scope configuration for proper authentication
    • CI/CD pipeline now properly authenticates with Forgejo Package Registry

    📊 Statistics

    • Total commits: 1
    • Contributors: 1

    🤖 Generated with Claude Code

    Downloads
  • v1.0.1 3aa4850207

    🎵 v1.0.1
    Some checks failed
    Publish Package / publish (push) Failing after 41s
    Stable

    jack released this 2025-10-07 12:34:28 +02:00 | 7 commits to main since this release

    🎵 Symfony CLI

    v1.0.1

    🐛 Bug Fixes

    • fix npm registry configuration for scope-based installation
    • dependencies now correctly fetched from npmjs.org
    • only @customable packages use Forgejo registry

    📊 Statistics

    • Total commits: 1
    • Contributors: 1

    🤖 Generated with Claude Code

    Downloads
  • v1.0.0 3294d075fa

    🎵 v1.0.0
    Some checks failed
    Publish Package / publish (push) Failing after 23s
    Stable

    jack released this 2025-10-07 12:31:06 +02:00 | 8 commits to main since this release

    🎵 Symfony CLI

    v1.0.0

    🔧 Chores

    📝 Other Changes

    • Initial implementation of symfony-mcp (d57ec36)

    📊 Statistics

    • Total commits: 2
    • Contributors: 1

    🤖 Generated with Claude Code

    Downloads