Skip to main content
-3 votes
0 answers
37 views

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://...
Toulouse's user avatar
1 vote
0 answers
63 views

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 ...
Harold_Finch's user avatar
0 votes
1 answer
127 views

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"...
user31797545's user avatar
0 votes
0 answers
69 views

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: ...
Łukasz Skowroński's user avatar
1 vote
1 answer
348 views

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: ...
Amirhossein Modirkhazeni's user avatar
0 votes
1 answer
114 views

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 ...
Saurabh Tiwari's user avatar
0 votes
1 answer
142 views

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 @...
nantitv's user avatar
  • 3,749