mcp-rs-cli

Crates.iomcp-rs-cli
lib.rsmcp-rs-cli
version0.0.1
created_at2025-08-10 01:28:27.989044+00
updated_at2025-08-10 01:28:27.989044+00
descriptionProfessional developer CLI for MCP development in Rust - prs command
homepagehttps://prismworks.ai
repositoryhttps://github.com/prismworks-ai/mcp-rs-dev
max_upload_size
id1788363
size4,234
Rishi Randhawa (Rishirandhawa)

documentation

README

MCP RS CLI - Professional Developer Tools for MCP in Rust

Crates.io License: MIT

⚠️ Placeholder Release: This is a name reservation release. Full implementation coming soon!

About

The prs command-line tool provides professional developer utilities for building MCP (Model Context Protocol) applications in Rust.

Installation

cargo install mcp-rs-cli

This will install the prs command globally.

Planned Features

Project Management

  • prs new plugin <name> - Create new plugin project
  • prs new server <name> - Create new server project
  • prs init - Initialize in existing project

Development Workflow

  • prs build - Build current project
  • prs test - Run tests
  • prs bench - Run benchmarks
  • prs serve - Dev server with hot-reload

Publishing

  • prs publish - Publish to crates.io
  • prs submit - Submit to plugin registry

Links

License

MIT License - See LICENSE file for details


Built with ❤️ by Prismworks AI

Commit count: 0

cargo fmt