What content on scaleway.com/en/docs is affected?
https://www.scaleway.com/en/docs/tutorials/connect-generative-apis-sql/
What part(s) of the content would you like to see updated?
The MCP tutorial at https://github.com/scaleway/docs-content/blob/main/tutorials/connect-generative-apis-sql/index.mdx is out of date.
The fast-agent-mcp library has now a different package name from which to import (from fast_agent import FastAgent instead of from mcp_agent.core.fastagent import FastAgent ) and seems to have changed the APIs a bit overall.
Additionally, after adapting the code of the example to he current version of the library I found that the Mistral Small, recommended in the article, hallucinates agent names and does not seem suitable.
Additional context
No response
Related PR(s)
No response
What content on scaleway.com/en/docs is affected?
https://www.scaleway.com/en/docs/tutorials/connect-generative-apis-sql/
What part(s) of the content would you like to see updated?
The MCP tutorial at https://github.com/scaleway/docs-content/blob/main/tutorials/connect-generative-apis-sql/index.mdx is out of date.
The
fast-agent-mcplibrary has now a different package name from which to import (from fast_agent import FastAgentinstead offrom mcp_agent.core.fastagent import FastAgent) and seems to have changed the APIs a bit overall.Additionally, after adapting the code of the example to he current version of the library I found that the
Mistral Small, recommended in the article, hallucinates agent names and does not seem suitable.Additional context
No response
Related PR(s)
No response