Skip to content

Commit 9ff8e20

Browse files
committed
Update README.md to include CI badge and modify link in getting-started.md from command reference to tool reference
1 parent fb7c3a8 commit 9ff8e20

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
88
[![Built with .NET](https://img.shields.io/badge/Built%20with-.NET-512BD4)](https://dotnet.microsoft.com/)
99
[![MCP Compatible](https://img.shields.io/badge/MCP-Compatible-brightgreen)](https://modelcontextprotocol.io/)
10+
[![.NET Build and Test](https://github.com/willibrandon/NetContextServer/actions/workflows/ci.yaml/badge.svg)](https://github.com/willibrandon/NetContextServer/actions/workflows/ci.yaml)
1011

1112
</div>
1213

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ dotnet run --project src/NetContextClient/NetContextClient.csproj -- get-ignore-
127127

128128
## Next Steps
129129

130-
- Explore the [full command reference](./command-reference.md)
130+
- Explore the [full tool reference](./tool-reference.md)
131131
- Learn about [advanced configuration options](./configuration.md)
132132
- See [integration examples](./integrations.md) with other AI tools
133133
- Check out our [contribution guidelines](../CONTRIBUTING.md) if you want to help improve NetContextServer

0 commit comments

Comments
 (0)