-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
18 lines (18 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "mcpservicegenerator",
"version": "1.0.0",
"description": "C# MCP Service Generator. This project shows an example of how to structure an Aspire project to contain a Remote MCP Server which passes through calls to an API backend server. In the world of agents, many existing services will want to expose Remote MCP endpoints so that agents can interact with their APIs.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@typespec/compiler": "^1.2.1",
"@typespec/http": "^1.2.1",
"@typespec/http-client-csharp": "^1.0.0-alpha.20250717.3",
"@typespec/openapi3": "^1.2.1"
}
}