Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/mcp/2_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
- **Deployment History**: Track and review your contract deployments

### Smart Contract Deployment
- **Template-Based Deployment**: Deploy pre-built, audited smart contract templates
<!-- - **Template-Based Deployment**: Deploy pre-built, audited smart contract templates -->
- **Local Project Deployment**: Deploy contracts directly from your machine
- **AI Workspace Deployment**: Deploy contracts from the AI agent's workspace
<!-- - **AI Workspace Deployment**: Deploy contracts from the AI agent's workspace -->
- **Multi-Chain Support**: Deploy to any supported EVM-compatible blockchain

## Available Tools
Expand All @@ -30,7 +30,7 @@
| `anyflow_welcome` | Get started with AnyFlow's MCP interface |
| `anyflow_docs` | Interactive documentation and help |
| `anyflow_cli_help` | Command-line interface guidance |
| `anyflow_template_list` | Browse available contract templates |
<!-- | `anyflow_template_list` | Browse available contract templates | -->

### Authenticated Tools

Expand All @@ -39,6 +39,6 @@
| `anyflow_get_user` | Retrieve account information and limits |
| `anyflow_projects_list` | List your deployed projects |
| `anyflow_project_info` | Get detailed project information |
| `anyflow_project_upload` | Upload a new project |
| `anyflow_deploy` | Deploy a contract from an uploaded project |
| `anyflow_template_deploy` | Deploy a template contract |
<!-- | `anyflow_project_upload` | Upload a new project | -->
<!-- | `anyflow_deploy` | Deploy a contract from an uploaded project | -->
<!-- | `anyflow_template_deploy` | Deploy a template contract | -->
9 changes: 5 additions & 4 deletions docs/mcp/4_orientations_for_ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
This section is dedicated to AI agents using AnyFlow MCP.

- You (the client) can be running on a local machine or a remote server.
- When in a local machine, you can use the anyflow cli to deploy projects as you have access to the user's codebase.
- When in a remote server, you need to upload projects using the \`project_upload\` command.
- In both cases, you can deploy templates using the MCP server.
- Authentication is required for uploads and deployments.
- When in a local machine, you can use the anyflow CLI to deploy projects as you have access to the user's codebase.
<!-- - When in a remote server, you need to upload projects using the \`project_upload\` command. -->
<!-- - In both cases, you can deploy templates using the MCP server. -->
- Authentication is required for deployments.
<!-- - Authentication is required for uploads and deployments. -->
- You can explore public resources without authentication.