Update project name
This commit is contained in:
parent
dcf78edfca
commit
86d835cab2
5 changed files with 9 additions and 9 deletions
|
@ -1,11 +1,11 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rust-doc-server"
|
name = "cratedocs-mcp"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Rust Documentation MCP Server for LLM crate assistance"
|
description = "Rust Documentation MCP Server for LLM crate assistance"
|
||||||
authors = ["Your Name <your.email@example.com>"]
|
authors = ["Your Name <your.email@example.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/yourusername/rust-doc-server"
|
repository = "https://github.com/yourusername/cratedocs-mcp"
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2023 Rust Documentation MCP Server
|
Copyright (c) 2023 CrateDocs MCP
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Rust Documentation MCP Server
|
# CrateDocs MCP
|
||||||
|
|
||||||
This is an MCP (Model Context Protocol) server that provides tools for Rust crate documentation lookup. It allows LLMs to look up documentation for Rust crates they are unfamiliar with.
|
This is an MCP (Model Context Protocol) server that provides tools for Rust crate documentation lookup. It allows LLMs to look up documentation for Rust crates they are unfamiliar with.
|
||||||
|
|
||||||
|
@ -11,8 +11,8 @@ This is an MCP (Model Context Protocol) server that provides tools for Rust crat
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/yourusername/rust-doc-server.git
|
git clone https://github.com/yourusername/cratedocs-mcp.git
|
||||||
cd rust-doc-server
|
cd cratedocs-mcp
|
||||||
cargo build --release
|
cargo build --release
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Development Guide
|
# Development Guide
|
||||||
|
|
||||||
This guide provides information for developers who want to contribute to or modify the Rust Documentation MCP Server.
|
This guide provides information for developers who want to contribute to or modify the CrateDocs MCP server.
|
||||||
|
|
||||||
## Architecture Overview
|
## Architecture Overview
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Rust Documentation Server Usage Guide
|
# CrateDocs MCP Usage Guide
|
||||||
|
|
||||||
This guide explains how to use the Rust Documentation MCP Server with different types of clients.
|
This guide explains how to use the CrateDocs MCP server with different types of clients.
|
||||||
|
|
||||||
## Client Integration
|
## Client Integration
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue