Skip to main content
Glama

SettleMint

Official
by settlemint
biome.json1.64 kB
{ "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", "assist": { "actions": { "source": { "organizeImports": "on" } } }, "files": { "includes": [ "**", "!**/.vscode/launch.json", "!.settlemint", "!contracts/artifacts", "!**/graphql-env.d.ts", "!**/graphql-cache.d.ts", "!**/sdk/js/schema.graphql" ] }, "linter": { "enabled": true, "rules": { "recommended": true, "a11y": { "useHtmlLang": "warn", "useButtonType": "warn", "useAriaPropsForRole": "warn", "useFocusableInteractive": "warn" }, "security": { "noDangerouslySetInnerHtml": "warn" }, "complexity": { "noForEach": "warn" }, "correctness": { "useExhaustiveDependencies": "warn", "noUnusedImports": "error" }, "style": { "noNonNullAssertion": "off", "noParameterAssign": "error", "useAsConstAssertion": "error", "useDefaultParameterLast": "error", "useEnumInitializers": "error", "useSelfClosingElements": "error", "useSingleVarDeclarator": "error", "noUnusedTemplateLiteral": "error", "useNumberNamespace": "error", "noInferrableTypes": "error", "noUselessElse": "error" } } }, "formatter": { "enabled": true, "formatWithErrors": false, "attributePosition": "auto", "indentStyle": "space", "indentWidth": 2, "lineEnding": "lf", "lineWidth": 120 }, "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": 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/settlemint/sdk'

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