Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: MCP alpha "MCP error -32601: Method not found" + typo #2874

Merged
merged 4 commits into from
Mar 10, 2025
Merged

Conversation

TylerBarnes
Copy link
Contributor

I'm getting this error "MCP error -32601: Method not found" in the alpha because I added await this.client.setLoggingLevel(critical); while I was debugging and forgot to remove it. Not all servers support this

Copy link

codesandbox bot commented Mar 10, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

changeset-bot bot commented Mar 10, 2025

🦋 Changeset detected

Latest commit: 196664d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@mastra/mcp Patch
@mastra/dane Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@TylerBarnes TylerBarnes requested a review from NikAiyer March 10, 2025 23:24
Copy link

vercel bot commented Mar 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
assistant-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 10, 2025 11:28pm
bird-checker ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 10, 2025 11:28pm
crypto-chatbot ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 10, 2025 11:28pm
mastra-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 10, 2025 11:28pm
openapi-spec-writer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 10, 2025 11:28pm
travel-ai ❌ Failed (Inspect) Mar 10, 2025 11:28pm

Copy link

promptless bot commented Mar 10, 2025

📝 Documentation updates detected! You can review documentation updates here

};
await this.client.setLoggingLevel(`critical`);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the fix

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.

2 participants