← Browse

@tiwe0/geochat-desktop

MCP server package geochat-desktop

mcp_servermcp

Install

agr install @tiwe0/geochat-desktop --target claude

This artifact does not publish files for Claude.

Document

{ "name": "geochat-desktop", "version": "0.2.8", "private": true, "license": "SEE LICENSE IN LICENSE", "description": "GeoChat Desktop open-core client built with a Tauri 2 shell, SolidJS UI, and a backend bundle on a Bun runtime sidecar.", "type": "module", "packageManager": "bun@1.3.11", "workspaces": [ "packages/" ], "scripts": { "dev": "tauri dev", "desktop:build": "bun run tauri:prepare", "build": "bun run typecheck && bun run tauri:prepare", "build:backend": "bun scripts/build-backend-bundle.mjs", "stage:runtime": "bun scripts/stage-runtime-sidecar.mjs", "stage:vendor": "bun scripts/stage-vendor-bundle.mjs", "bundle:smoke": "bun scripts/smoke-app-bundle-manifest.mjs", "bundle:install": "bun scripts/install-app-bundle.mjs", "package:backend-smoke": "bun scripts/smoke-packaged-backend-runtime.mjs", "preview": "vite preview --config vite.tauri.config.ts --host 127.0.0.1", "tauri:dev": "tauri dev", "tauri:dev:mcp": "tauri dev -- --mcp", "tauri:prepare": "bun run build:backend && bun run tauri:renderer:build && bun scripts/stage-vendor-bundle.mjs && bun scripts/stage-runtime-sidecar.mjs && bun scripts/write-app-bundle-manifest.mjs", "tauri:build": "tauri build --bundles app", "tauri:build:macos": "tauri build --bundles app,dmg", "tauri:build:windows": "tauri build --bundles nsis", "tauri:check": "cargo check --manifest-path src-tauri/Cargo.toml", "tauri:local:acceptance": "bun scripts/run-tauri-local-acceptance.mjs", "tauri:package:smoke": "bun scripts/smoke-tauri-packaged-layout.mjs", "tauri:renderer:dev": "vite --config vite.tauri.config.ts", "tauri:renderer:build": "vite build --config vite.tauri.config.ts", "dist": "bun run tauri:build", "test": "bun test tests", "typecheck": "tsc -p packages/app/tsconfig.json --pretty && tsc -p tsconfig.node.json --pretty && tsc -p tsconfig.web.json --pretty", "oss:check": "bun scripts/export-open-source.mjs --check", "oss:export": "bun scripts/export-open-source.mjs", "backend:dev": "bun --watch backend/src/index.ts", "backend:start": "bun backend/src/index.ts", "datasets:download-hf": "bun tools/download-huggingface-problem-datasets.ts", "datasets:profile-hf": "bun tools/profile-huggingface-problem-datasets.ts", "datasets:import-hf-unified": "bun tools/import-huggingface-unified-problems.ts", "datasets:import-gaokao-cases": "bun tools/import-gaokao-problem-cases-to-unified.ts", "mcp:desktop-debug": "bun tools/desktop-debug-mcp/index.ts", "mcp:desktop-debug:http": "bun tools/desktop-debug-mcp/http.ts", "mcp:desktop-debug:smoke": "bun tools/desktop-debug-mcp/smoke.ts" }, "dependencies": {}, "devDependencies": { "@ai-sdk/alibaba": "^1.0.26", "@ai-sdk/anthropic": "^3.0.81", "@ai-sdk/deepseek": "^2.0.35", "@ai-sdk/google": "^3.0.80", "@ai-sdk/openai": "^3.0.68", "@geochat-ai/app": "workspace:", "@kobalte/core": "^0.13.11", "@modelcontextprotocol/sdk": "^1.27.1", "@openrouter/ai-sdk-provider": "^2.9.1", "@streamdown/math": "^1.0.2", "@tauri-apps/api": "^2.11.0", "@tauri-apps/cli": "^2.11.2", "@types/bun": "^1.3.14", "@types/katex": "^0.16.8", "@types/node": "^24.10.2", "@types/react": "^19.2.16", "@types/react-dom": "^19.2.3", "ai": "^6.0.197", "drizzle-kit": "^0.31.8", "drizzle-orm": "^0.45.2", "effect": "^3.21.2", "katex": "^0.17.0", "lucide-solid": "^0.555.0", "react": "^19.2.7", "react-dom": "^19.2.7", "solid-js": "^1.9.13", "streamdown": "^2.5.0", "typescript": "^5.9.3", "vite": "^6.4.2", "vite-plugin-solid": "^2.11.12", "zod": "^4.1.13" } }

Trust

Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.

Versions

  • git-5cdc547fcfce2026-08-05