Skip to main content
Glama

svelte-llm

by khromov
package.json2.11 kB
{ "name": "llmctx.com", "version": "0.0.1", "private": true, "scripts": { "dev": "vite dev", "build": "vite build", "build:node": "ADAPTER=node vite build", "preview": "vite preview", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.check.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.check.json --watch", "lint": "prettier --check . && eslint .", "eslint:fix": "eslint . --fix", "format": "prettier --write .", "test:unit": "vitest", "test": "npm run test:unit -- --run", "mcp": "DANGEROUSLY_OMIT_AUTH=true npx @modelcontextprotocol/inspector", "clear-db": "node scripts/clear-db.js", "bp": "npm run build && CONTENT_SYNC_SECRET_KEY=secret DEV=true node --expose-gc build/ ", "bp-snapshot": "mkdir -p mount && curl 'http://localhost:3000/api/heap-snapshot?secret_key=secret'", "stress-test": "node --expose-gc scripts/test-client-stress.mjs http://localhost:3000" }, "devDependencies": { "@anthropic-ai/sdk": "^0.61.0", "@octokit/rest": "^22.0.0", "@sveltejs/adapter-node": "^5.3.1", "@sveltejs/kit": "^2.37.0", "@sveltejs/vite-plugin-svelte": "^6.1.4", "@testing-library/jest-dom": "^6.8.0", "@testing-library/svelte": "^5.2.8", "@types/eslint": "^9.6.1", "@types/pg": "^8.15.5", "@types/tar-stream": "^3.1.4", "croner": "^9.1.0", "eslint": "^9.35.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-svelte": "^3.12.1", "globals": "^16.3.0", "jsdom": "^26.1.0", "mcp-handler": "^1.0.2", "minimatch": "^10.0.3", "pg": "^8.16.3", "postgres-migrations": "https://github.com/khromov/postgres-migrations", "prettier": "^3.6.2", "prettier-plugin-svelte": "^3.4.0", "prettier-plugin-tailwindcss": "^0.6.14", "rollup-plugin-visualizer": "^6.0.3", "svelte": "^5.38.7", "svelte-check": "^4.3.1", "svelte-french-toast": "^1.2.0", "tar-stream": "^3.1.7", "typescript": "^5.9.2", "typescript-eslint": "^8.42.0", "vite": "^7.1.4", "vitest": "^3.2.4", "zod": "^3.25.76" }, "type": "module", "overrides": { "svelte-french-toast": { "svelte": "^5.0.0" } } }

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/khromov/llmctx'

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