Skip to content

fix: read MCP server version from package.json#354

Open
nanaubusiness wants to merge 1 commit into
DietrichGebert:mainfrom
nanaubusiness:fix/pi-extension-imports-and-version
Open

fix: read MCP server version from package.json#354
nanaubusiness wants to merge 1 commit into
DietrichGebert:mainfrom
nanaubusiness:fix/pi-extension-imports-and-version

Conversation

@nanaubusiness

Copy link
Copy Markdown

The MCP server in ponytail-mcp/index.js hardcoded version 0.1.0 while the project is at 4.8.3. This reads the version from the sibling package.json at startup.

Changes:

  • ponytail-mcp/index.js: read version from ../package.json instead of hardcoding 0.1.0
  • add import fs from 'node:fs'

Closes #345

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ponytail-mcp/index.js hardcodes version '0.1.0' instead of reading from package.json

1 participant