Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Part 9 - MCP Publishing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Create a professional README for package consumers:

**Create** `Part 7 - MCP Server Basics/MyMcpServer/PACKAGE_README.md`:

```markdown
````markdown
# MyMcpServer

A Model Context Protocol (MCP) server that provides weather information tools for AI agents like GitHub Copilot.
Expand Down Expand Up @@ -280,9 +280,7 @@ MIT License - see LICENSE file for details.
- 📖 [Documentation](https://github.com/your-username/weather-mcp-server/wiki)
- 💬 [Discussions](https://github.com/your-username/weather-mcp-server/discussions)

```text

```
````

## Step 3: Build and Test the Package

Expand Down
Loading