From 86d835cab20587ed2d0143ee1027a3b57afa02d0 Mon Sep 17 00:00:00 2001 From: Danielle Jenkins Date: Thu, 6 Mar 2025 22:51:01 -0800 Subject: [PATCH] Update project name --- Cargo.toml | 4 ++-- LICENSE | 2 +- README.md | 6 +++--- docs/development.md | 2 +- docs/usage.md | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cfec483..41deb9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] license = "MIT" -repository = "https://github.com/yourusername/rust-doc-server" +repository = "https://github.com/yourusername/cratedocs-mcp" [workspace] members = [ diff --git a/LICENSE b/LICENSE index 5fd649e..7b26888 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 7a5808e..bf75435 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/docs/development.md b/docs/development.md index 8ff4b70..304f494 100644 --- a/docs/development.md +++ b/docs/development.md @@ -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 diff --git a/docs/usage.md b/docs/usage.md index 55cf63f..4b79350 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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