Update project name

This commit is contained in:
Danielle Jenkins 2025-03-06 22:51:01 -08:00
parent dcf78edfca
commit 86d835cab2
5 changed files with 9 additions and 9 deletions

View file

@ -1,11 +1,11 @@
[package]
name = "rust-doc-server"
name = "cratedocs-mcp"
version = "0.1.0"
edition = "2021"
description = "Rust Documentation MCP Server for LLM crate assistance"
authors = ["Your Name <your.email@example.com>"]
license = "MIT"
repository = "https://github.com/yourusername/rust-doc-server"
repository = "https://github.com/yourusername/cratedocs-mcp"
[workspace]
members = [

View file

@ -1,6 +1,6 @@
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
of this software and associated documentation files (the "Software"), to deal

View file

@ -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.
@ -11,8 +11,8 @@ This is an MCP (Model Context Protocol) server that provides tools for Rust crat
## Installation
```bash
git clone https://github.com/yourusername/rust-doc-server.git
cd rust-doc-server
git clone https://github.com/yourusername/cratedocs-mcp.git
cd cratedocs-mcp
cargo build --release
```

View file

@ -1,6 +1,6 @@
# 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

View file

@ -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