Skip to main content
Glama

syplugin-anMCPServer

by OpaqueGlass
tsconfig.json733 B
{ "compilerOptions": { // "noImplicitAny": true, "module": "commonjs", "target": "es6", "strict": false, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "allowSyntheticDefaultImports": true, "paths": { "@/*": ["./src/*"], }, "lib": [ "ES2021", //ES2020.String不支持.replaceAll "DOM", "DOM.Iterable", ], "types": [ "zod", "siyuan", "vue" ], "typeRoots": ["./src/types"] }, "include": [ "src/**/*.ts", "src/**/*.d.ts", "static/*.md", "src/**/*.vue" ], "references": [ { "path": "./tsconfig.node.json" } ], "root": ".", "skipLibCheck": true, }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/OpaqueGlass/syplugin-anMCPServer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server