mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
7fc94018a9
Rename the entire project from mcphost to kit, including: - Go module path and all import paths - SDK type MCPHost -> Kit, file renames mcphost.go -> kit.go - CLI command name, usage strings, UI labels (KIT in literature) - Config paths (.mcphost -> .kit), env prefix (MCPHOST_ -> KIT_) - Data/credential/hooks directory paths - Remove legacy .mcp config fallbacks - Session metadata field (mcphost_version -> kit_version) - MCP client identity name - Build output, goreleaser binary name - All documentation, examples, scripts, and test files
10 lines
349 B
Bash
Executable File
10 lines
349 B
Bash
Executable File
#!/usr/bin/env -S kit script
|
|
---
|
|
# This script uses the container-use MCP server from https://github.com/dagger/container-use
|
|
mcpServers:
|
|
container-use:
|
|
type: "local"
|
|
command: ["container-use", "stdio"]
|
|
---
|
|
Create 2 variations of a simple hello world app using Flask and FastAPI. each in their own environment. Give me the URL of each app
|