160 questions
0
votes
0
answers
41
views
MCP server in C# for SQL database structure/schema (in Visual Studio) for Github Copilot
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 ...
-2
votes
0
answers
104
views
Why does the Spring AI MCP Server not use the Kotlin Jackson Module for the deserialization of tool parameters [closed]
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 ...
1
vote
0
answers
42
views
Is there a way in MCP to stream a LLM response chunk by chunk back to the client?
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 ...
0
votes
0
answers
42
views
How to define the content of a Resource?
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 ...
0
votes
0
answers
122
views
Is there any sane way of using the Spring AI MCP Prompts between the Client and Server
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 ...
0
votes
0
answers
80
views
Error implementing EntraID authentication with MCP Server ASP.NET Core
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 ...
-1
votes
1
answer
131
views
Open's AI MCP server redirect URI
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 ...
Advice
0
votes
0
replies
44
views
Dify Open-Source License Compliance for Customer Bots
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 ...
Best practices
0
votes
0
replies
93
views
How to enforce VSCode client ID in MCP flow?
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 ...
1
vote
1
answer
92
views
Cannot connect Cursor to my remote MCP server
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....
0
votes
1
answer
322
views
project-scoped MCP Server not working in Claude Code
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 ...
-2
votes
1
answer
176
views
Why doesn’t ChatGPT MCP Connector send client_id in /token request even though AS requires client_secret_post?
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 ...
0
votes
0
answers
37
views
How to Identify the End User from an MCP server called by a Copilot Studio Agent
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 ...
0
votes
1
answer
90
views
How to enable/disable tools [Spring AI + MCP Client]
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 ...
0
votes
0
answers
34
views
Why is the tool prompt provided after tool invocation in an MCP workflow?
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 ...