103 questions
0
votes
0
answers
18
views
How to configure environment path in WSL?
Using VScode with WSL trying to configure custom MCP servers, the vscode server itself runs a non-interactive shell. A non-interactive login shell means using bash -c or similar.
A non-interactive ...
0
votes
1
answer
55
views
MCPToolConversionError: Failed to get tools from MCP server: 404
I am using python_a2a version 0.5.9, I am trying to use to_langchain_tool from python_a2a.langchain package but I am getting following error while trying to convert a MCP Server to langchain tool
code:...
1
vote
2
answers
50
views
cannot import name 'LangChainBridge' from 'python_a2a.langchain'
I am using python_a2a version 0.5.9 and I am trying to use integration of langchain with python_a2a but I am unable to import ToolServer, LangChainBridge or even AgentFlow
I am referring to this ...
-1
votes
0
answers
27
views
c# semantic kernel mcp server connection
I am trying to connect remote mcp server using semantic kernel. The as far as i understand semantic kernel post bad formatted json to mcp server
Correct :
{"jsonrpc":"2.0","id&...
-3
votes
0
answers
47
views
Get "Cannot read properties of undefined (reading 'inputs')" when adding MCP server
I get an error trying to add MCP servers to VS Code.
I click on one of the MCP servers on https://code.visualstudio.com/mcp
It opens the page in VS Code
I click install
It then shows an error:
...
1
vote
1
answer
41
views
I am having problem with MCP inspector Connection Problem
Server.js
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
const server = new McpServer({
name: "test",
version: "1.0.0",
...
-7
votes
0
answers
34
views
Related to builting mcp server [closed]
I am new to stack overflow I need a guide to know about all coding staff I need to create a mcp server to godot game engine were i can integrate ai to talking and built what I want
i am expecting out ...
1
vote
0
answers
65
views
MCP error -32001 (Request timed out) when connecting Claude to Node.js MCP server
I am developing an MCP server with Node.js, Express /Typecript. The server should receive and process connections from Claude Desktop (client) via HTTP /mcp.
The server starts successfully, Claude ...
0
votes
0
answers
95
views
Configuration of (a single) Spring AI MCP Client [closed]
The Spring AI Client config typically looks like:
spring:
ai:
mcp:
client:
enabled: true
name: api-mcp-server-client
type: SYNC
sse:
connections:
...
0
votes
1
answer
48
views
How to handle token limit when processing large JSON response with MCP client-server?
I'm building a natural language search in my web application using a custom MCP (Model Context Protocol) client-server architecture. Here’s the setup:
MCP Server: To execute backend method to return ...
-6
votes
0
answers
79
views
Minimum working example of an MCP Server? [closed]
I have been playing around with browsermcp today and I can't manage to get a minimal working version in Python or NodeJS - i.e. something which will "Go to YouTube and search for "MCP ...
0
votes
0
answers
68
views
Session_id is always null in fastmcp (https://github.com/jlowin/fastmcp)
am exploring the new fastmcp framework(https://github.com/jlowin/fastmcp).
i have write a server and a client, and i want to have access to the session_id in the server side(am thinking of using it as ...
0
votes
1
answer
598
views
Configuring MCP with Github Copilot in VS Code [closed]
Yesterday I was trying to configure MCP servers for Atlassian and Microsoft Azure DevOps and it was successful. I am trying to configure it globally so I put the config into settings.jsonin AppData\...
0
votes
1
answer
45
views
Model Context Protocol - MSAL ArgumentNullException for keyChainServiceName (macOS) & attributeKey1 (Linux) with Microsoft.PowerPlatform.Dataverse.MCP
I'm trying to connect to Dataverse using the Microsoft.PowerPlatform.Dataverse.MCP local proxy tool as described in this official guide:
https://learn.microsoft.com/en-us/power-apps/maker/data-...
0
votes
0
answers
69
views
Building an MCP Proxy: RuntimeError: FastMCP's StreamableHTTPSessionManager task group was not initialized
Some context: I am building an MCP proxy server using the FastMCP library. The proxy server connects to different MCP servers (mcp-server-chart, sequential thinking, some custom servers) through ...