The embedded MCP server should allow the AI client to get information about Spring project version and support ranges.
The "original" MCP server for this is here:
https://github.com/martinlippert/spring-io-api-mcp
Due to the fact that the language server already fetches this information from the spring.io API, the embedded MCP server can probably use that already fetched information instead of calling the spring.io API every time.