Skip to main content
0 votes
0 answers
41 views

I have a project, that implements a MCP server in C#, let's say this project is called A. A gets the structure of a SQL database (table names, primary keys, foreign keys, and column names) and answers ...
user32116591's user avatar
-2 votes
0 answers
104 views

Background I'm trying to setup a MCP tool on my Spring AI MCP server with an input parameter that should be deserialized into a Kotlin data class. For this to work, I need to use the Jackson Kotlin ...
Michael's user avatar
  • 17
1 vote
0 answers
42 views

I'm using FastMCP in python to implement a MCP server. Currently I run into a problem when it comes to streaming of the generated tokens from the LLM. I don't want to wait for the completed response ...
Daniel's user avatar
  • 303
0 votes
0 answers
42 views

I'm trying to build a POC MCP server using the MCP Ruby SDK. I have created a couple of tools, and now I need to add the first resource to give access to my posts, but I'm having a hard time figuring ...
Sig's user avatar
  • 6,150
0 votes
0 answers
122 views

I’m struggling to piece together how to seamlessly use the MCP Prompt from an MCP server to an MCP client, both using Spring AI 1.1.0. The Problem: The server returns a GetPromptResult that contains a ...
KaustubhKhati's user avatar
0 votes
0 answers
80 views

Question I'm building a MCP (Model Context Protocol) server with OAuth2 / Entra ID (Azure AD) security. The login flow in VS Code completes successfully, but VS Code never finishes connecting to the ...
PAPIRATA's user avatar
-1 votes
1 answer
131 views

I am configuring Open AI to talk to my MCP server , which uses SSO. On the Chat GPT web UI, when adding a connector, by clicking on the connectors section and adding a new one: I add the Client ID ...
NicolasZ's user avatar
  • 1,047
Advice
0 votes
0 replies
44 views

I have a query regarding the Dify distribution license. We are evaluating whether we can create separate bots for multiple customers using a single Dify instance and whether those can be deployed in a ...
nickalchemist's user avatar
Best practices
0 votes
0 replies
93 views

Our team built an MCP Server that uses Server Metadata Discovery and returns a WWW-Authenticate challenge with resource_metadata when the Authorization header is missing. Some users receive the “DCR ...
izik lisbon's user avatar
1 vote
1 answer
92 views

I'm trying to connect Cursor to my custom MCP server, but it doesn’t work. How can I fix this? MCP Server Code from starlette.applications import Starlette from starlette.routing import Mount from mcp....
nemy's user avatar
  • 619
0 votes
1 answer
322 views

I am trying to add a MCP server in scope "project" to Claude Code. When adding it, claude tells me that everything worked. But when listing the available mcp servers claude tells me there ...
mrh1997's user avatar
  • 1,222
-2 votes
1 answer
176 views

I'm integrating my own MCP server with OAuth authentication through the ChatGPT Connector. During the authorization code exchange, the connector doesn’t send the client_id field in the POST request to ...
LtGenFlower's user avatar
0 votes
0 answers
37 views

I have an MCP server hosted in an Azure Function. The server is added as a tool to a Copilot agent using an MCP APi key, and works fine. But, I'd like to get the copilot user context to do ...
wmmhihaa's user avatar
  • 963
0 votes
1 answer
90 views

Cloud Desktop offers a way to load MCP Server, providing a means to disable an entire module or disable only a specific tool. Image Cloud Desktop - Disable MCP Server Image Cloud Desktop - Disable MCP ...
Isael Sousa's user avatar
0 votes
0 answers
34 views

I’m working with MCP server tools and have run into a question about the ordering of prompts and tool calls: In my workflow I use a tool (for example split_task_raw) to decompose a task. After the ...
uania's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
11