Skip to main content
Glama
tauri.conf.json726 B
{ "$schema": "https://schema.tauri.app/config/2", "productName": "test-app", "version": "0.1.0", "identifier": "com.hypothesi.test-app", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:1620", "beforeBuildCommand": "npm run build", "frontendDist": "../dist" }, "app": { "withGlobalTauri": true, "windows": [ { "title": "test-app", "width": 800, "height": 600 } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }

Latest Blog Posts

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/hypothesi/mcp-server-tauri'

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