diff --git a/README.md b/README.md
index 7ade562..fe4b74a 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,23 @@
-# PulseEngine MCP
+
+
+# mcp
+
+Rust framework for Model Context Protocol
+
+
+
+
+
+
+
+
+
+
Rust framework for building [Model Context Protocol](https://modelcontextprotocol.io/) servers and clients.
-[](https://crates.io/crates/pulseengine-mcp-protocol)
-[](https://docs.rs/pulseengine-mcp-protocol)
-[](https://github.com/pulseengine/mcp/actions/workflows/pr-validation.yml)
-[](https://codecov.io/gh/pulseengine/mcp)
+> [!NOTE]
+> Part of the PulseEngine toolchain. Provides the MCP implementation used across PulseEngine's AI-assisted development infrastructure.
## Example
@@ -56,10 +68,10 @@ The `#[mcp_server]` and `#[mcp_tools]` macros generate the protocol implementati
## Examples
-- [hello-world](examples/hello-world/) - Minimal server
-- [hello-world-with-auth](examples/hello-world-with-auth/) - With authentication
-- [resources-demo](examples/resources-demo/) - Resource templates with `#[mcp_resource]`
-- [ui-enabled-server](examples/ui-enabled-server/) - MCP Apps extension (SEP-1865)
+- [hello-world](examples/hello-world/) — Minimal server
+- [hello-world-with-auth](examples/hello-world-with-auth/) — With authentication
+- [resources-demo](examples/resources-demo/) — Resource templates with `#[mcp_resource]`
+- [ui-enabled-server](examples/ui-enabled-server/) — MCP Apps extension (SEP-1865)
## MCP Spec
@@ -68,3 +80,11 @@ Implements MCP 2025-11-25: tools, resources, prompts, completions, sampling, roo
## License
MIT OR Apache-2.0
+
+---
+
+
+
+
Part of PulseEngine — formally verified WebAssembly toolchain for safety-critical systems
+
+