Skip to content

fix: upgrade fastmcp to v3.24.0 - #16

Merged
andrea9293 merged 1 commit into
andrea9293:mainfrom
Masashi-Lateolabrax:fix-completions-error
Dec 2, 2025
Merged

fix: upgrade fastmcp to v3.24.0#16
andrea9293 merged 1 commit into
andrea9293:mainfrom
Masashi-Lateolabrax:fix-completions-error

Conversation

@Masashi-Lateolabrax

@Masashi-Lateolabrax Masashi-Lateolabrax commented Dec 1, 2025

Copy link
Copy Markdown
Contributor

Fixes the "Server does not support completions" error (#15).

Problem

The server was using fastmcp v1.27.3, which does not declare the completions capability required by recent versions of Claude Code and Cursor.

Solution

Upgraded fastmcp from v1.27.3 to v3.24.0.

FastMCP v3.23.1 (released 2025-11-17) added support for the completions capability, resolving compatibility issues with Claude Code and Cursor.

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Performance improvement
  • Code refactoring

Testing

  • Built successfully (npm run build)
  • Tested with MCP inspector (npm run inspect)
  • All 10 MCP tools tested and verified working:
  • No breaking changes

References

Closes #15

@andrea9293

Copy link
Copy Markdown
Owner

Thanks a lot for contributing 😻

@andrea9293
andrea9293 merged commit 00a0a67 into andrea9293:main Dec 2, 2025
3 checks passed
@github-actions

github-actions Bot commented Dec 2, 2025

Copy link
Copy Markdown

🎉 This PR is included in version 1.11.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Server does not support completions Error

2 participants