-
Notifications
You must be signed in to change notification settings - Fork 496
[BUG] #2647
Copy link
Copy link
Open
Labels
customer-reportedneeds-team-triageWorkflow: This issue needs the team to triage.Workflow: This issue needs the team to triage.questionFurther information is requestedFurther information is requestedserver-Fabric.McpMicrosoft Fabric MCP ServerMicrosoft Fabric MCP Server
Metadata
Metadata
Assignees
Labels
customer-reportedneeds-team-triageWorkflow: This issue needs the team to triage.Workflow: This issue needs the team to triage.questionFurther information is requestedFurther information is requestedserver-Fabric.McpMicrosoft Fabric MCP ServerMicrosoft Fabric MCP Server
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Untriaged
Describe the bug
.vscode/mcp.json
not starting tool. i tried in different version of vs code.
Expected behavior
tool start and the available fabric tools suppose to list in agent mode in vscode
Actual behavior
create folder in repos
.vscode/mcp.json
and place the correct path of the exe.
start option not enabled on the below.
{
"servers": {
"fabmcp": {
"command": "C:\Users\Admin\Projects\FabricAIMCP\mcp\servers\Fabric.Mcp.Server\src\bin\Release\fabmcp.exe",
"args": [
"server",
"start"
],
"type": "stdio"
}
}
}
Reproduction Steps
create folder in repos
.vscode/mcp.json
and place the correct path of the exe.
start option not enabled on the below.
{
"servers": {
"fabmcp": {
"command": "C:\Users\Admin\Projects\FabricAIMCP\mcp\servers\Fabric.Mcp.Server\src\bin\Release\fabmcp.exe",
"args": [
"server",
"start"
],
"type": "stdio"
}
}
}
Environment
vs code 120