Forge
jsonf583a481
1{
2 "$schema" "http://json.schemastore.org/template",
3 "author" "AIGuiders",
4 "classifications" [ "Common", "Tool", "MCP" ],
5 "identity" "AIGuiders.DotnetMcp.Template.Full",
6 "name" "MCP server (full: manifest/docs/tests/publish)",
7 "shortName" [ "mcp" ],
8 "sourceName" "AIGuiders.SampleMcp",
9 "preferNameDirectory" true,
10 "tags" {
11 "language" "C#",
12 "type" "project"
13 },
14 "symbols" {
15 "mcp_id" {
16 "type" "parameter",
17 "datatype" "string",
18 "defaultValue" "sample-mcp",
19 "description" "MCP id / server key (used in docs/snippets and stdio transport name).",
20 "replaces" "sample-mcp"
21 }
22 }
23}
24
25
View only · write via MCP/CIDE