We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deploy_app
1 parent b60df88 commit 9cc47dcCopy full SHA for 9cc47dc
1 file changed
mcp.mdx
@@ -17,8 +17,9 @@ The **Kernel Model Context Protocol (MCP) server** gives any compatible AI model
17
The server provides these tools for AI assistants:
18
19
### Kernel Apps
20
- - `list_apps` - List applications in your Kernel workspace
21
- - `invoke_action` - Execute actions in Kernel applications
+ - `deploy_app` - Deploy TypeScript or Python apps to Kernel
+ - `list_apps` - List apps in your Kernel workspace
22
+ - `invoke_action` - Execute actions in Kernel apps
23
- `get_deployment` - Get deployment status and logs
24
- `list_deployments` - List all deployments
25
- `get_invocation` - Get action invocation details
0 commit comments