7 questions
-3
votes
0
answers
37
views
ClientSession for mcp sse_client throws httpx.ReadTimeout after session has been initialized [closed]
We are implementing a FastAPI client that uses an external sse server (http://localhost:9000/sse).
As client implementation we have the follwing piece of code:
async with sse_client("http://...
1
vote
0
answers
63
views
My MCP Server is not discovering my custom tools
I have a stdio mcp server running locally. The mcp server builds and runs. I have created 3 basic mcp tools that I will use for context when I prompt in Copilot however my tools are just not ...
0
votes
1
answer
127
views
How to dynamic query in java spring boot
I'm new to MCP and I want to develop a MCP server to access my database.
I wrote a tool like this (using JPA specification)
@Tool(description = "Find Page of employees with filtering options"...
0
votes
0
answers
69
views
Configuration injection into MCP Servers run by Docker MCP Gateway
Based on information available in the Docker documentation I created a Docker compose file for Docker Gateway that works together with Claude Code running in the container.
name: Test
networks:
...
1
vote
1
answer
348
views
How do I use the built-in MCP server in Next.js 16 and configure next-devtools-mcp? [closed]
I'm exploring the new MCP (Model Context Protocol) server introduced in Next.js 16, and I’d like to understand how to properly enable and use it in a development environment.
What I’ve done so far:
...
0
votes
1
answer
114
views
McpAsyncClient dependency not found for Spring based MCP client
I am playing around with Spring MCP support. I have started an MCP server with two basic tools and exposed the server on 8080 on my localhost.
I am now trying to set up a simple MCP client to connect ...
0
votes
1
answer
142
views
Facing ERR_PARSE_ARGS_INVALID_OPTION_VALUE while starting spring boot based MCP server with MCP inspector
I am newbie in the MCP and wanted to start a MCP server based on spring boot project. I have used a sample spring boot project from here.
When I ran the MCP inspector with the jar npx @...