From 614e9470e111890e80578711884b5eb6040c4277 Mon Sep 17 00:00:00 2001 From: Yudi Kubota Date: Wed, 11 Jun 2025 12:04:20 -0300 Subject: [PATCH] chore: comment out wip features --- docs/mcp/2_features.md | 12 ++++++------ docs/mcp/4_orientations_for_ai.md | 9 +++++---- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/mcp/2_features.md b/docs/mcp/2_features.md index bcb38b3..588291a 100644 --- a/docs/mcp/2_features.md +++ b/docs/mcp/2_features.md @@ -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 + - **Local Project Deployment**: Deploy contracts directly from your machine -- **AI Workspace Deployment**: Deploy contracts from the AI agent's workspace + - **Multi-Chain Support**: Deploy to any supported EVM-compatible blockchain ## Available Tools @@ -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 | + ### Authenticated Tools @@ -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 | + + + diff --git a/docs/mcp/4_orientations_for_ai.md b/docs/mcp/4_orientations_for_ai.md index f5386b2..2d5d620 100644 --- a/docs/mcp/4_orientations_for_ai.md +++ b/docs/mcp/4_orientations_for_ai.md @@ -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. + + +- Authentication is required for deployments. + - You can explore public resources without authentication.