Skip to content
Draft
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ Please use the [GitHub Issues](https://github.com/github/copilot-sdk/issues) pag
## Quick Links

- **[Getting Started](./docs/getting-started.md)** – Tutorial to get up and running
- **[Practical .NET Integration Guide](./docs/guides/dotnet-integration.md)** – Step-by-step C# walkthrough for Visual Studio / VS Code
- **[Authentication](./docs/auth/index.md)** – GitHub OAuth, BYOK, and more
- **[Cookbook](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk)** – Practical recipes for common tasks across all languages
- **[More Resources](https://github.com/github/awesome-copilot/blob/main/collections/copilot-sdk.md)** – Additional examples, tutorials, and community resources
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -1401,6 +1401,7 @@ await using var session = await client.CreateSessionAsync(new()
- [Python SDK Reference](../python/README.md)
- [Go SDK Reference](../go/README.md)
- [.NET SDK Reference](../dotnet/README.md)
- [**Practical .NET Integration Guide**](./guides/dotnet-integration.md) - Step-by-step C# walkthrough (project setup, streaming, tools, hooks, IDE tips)
- [Using MCP Servers](./mcp) - Integrate external tools via Model Context Protocol
- [GitHub MCP Server Documentation](https://github.com/github/github-mcp-server)
- [MCP Servers Directory](https://github.com/modelcontextprotocol/servers) - Explore more MCP servers
Expand Down
Loading