Migrating from mcp to fastmcp
#3340
Unanswered
yarnabrina
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I was doing some personal POC to explore wghat is MCP and what are different features and created a repository here: github.com/yarnabrina/learn-model-context-protocol
Now, I am curious to try out
fastmcpas I heard a lot of it from colleagues, but having some difficult time to migrate even mcp server, ignoring clients for now. One of the very simple areas I am struggling is where I am declaring tools but not using decorators. Inmcp,@tooldecorator and.add_toolmethod work similarly, but that does not seem to be same infastmcpv3, whereadd_toolexpect aToolobject and I couldn't find what to use to create that without switching to private properties.Will appreciate some guidance.
Beta Was this translation helpful? Give feedback.
All reactions