stock_news
v0.1.0
Published
[English](readme.md) | [中文](readme_zh.md)
Readme
MCP Server Tools CLI
A command-line tool for managing MCP server tools and services.
Usage
Publish MCP Service
To publish your MCP service:
- Make sure you're in your project directory
- Run the following command:
npx mcp-cli-server-tools uploadThis command will:
- If successful, send an install request to the MCP server
- Show the installation status
Create New Tool
To create a new tool from template:
npx mcp-cli-server-tools create [directory]If no directory is specified, it will use the current directory.
