Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
C# Lang MCP Server
Claim
by
biegehydra
GitHub
Developer Tools
TypeScript
AGPL 3.0
22
Linux
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
.vscode
CHANGELOG.md
eslint.config.mjs
ExampleCursorRules.md
.gitignore
icon.png
icon.txt
LICENSE
package.json
package-lock.json
placeholder.txt
README.md
tsconfig.json
vsc-extension-quickstart.md
.vscodeignore
.vscode-test.mjs
webpack.config.js
{ "compilerOptions": { "module": "Node16", "target": "ES2022", "lib": [ "ES2022" ], "sourceMap": true, "rootDir": "src", "strict": true, /* enable all strict type-checking options */ /* Additional Checks */ // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ // "noUnusedParameters": true, /* Report errors on unused parameters. */ } }