1+ <!-- Autogenerated by weave; DO NOT EDIT -->
12# Contributing to the Go MCP SDK
23
34Thank you for your interest in contributing! The Go SDK needs active
@@ -6,11 +7,28 @@ new and emerging use-cases. We welcome all forms of contribution, from filing
67and reviewing issues, to contributing fixes, to proposing and implementing new
78features.
89
9- As described in the [ design document] ( . /design/design.md) , it is important for
10+ As described in the [ design document] ( https://github.com/modelcontextprotocol/go-sdk/blob/main /design/design.md) , it is important for
1011the MCP SDK to remain idiomatic, future-proof, and extensible. The process
1112described here is intended to ensure that the SDK evolves safely and
1213transparently, while adhering to these goals.
1314
15+ 1 . [ Development setup] ( #development-setup )
16+ 1. [Conformance tests](#conformance-tests)
17+ 1 . [ Filing issues] ( #filing-issues )
18+ 1. [Bugs](#bugs)
19+ 1. [Proposals](#proposals)
20+ 1. [Design discussion](#design-discussion)
21+ 1 . [ Contributing code] ( #contributing-code )
22+ 1. [Adding and updating dependencies](#adding-and-updating-dependencies)
23+ 1. [Updating the README](#updating-the-readme)
24+ 1 . [ Timeouts] ( #timeouts )
25+ 1 . [ Code of conduct] ( #code-of-conduct )
26+ 1 . [ Governance] ( #governance )
27+ 1. [Working Group meetings](#working-group-meetings)
28+ 1. [Discord](#discord)
29+ 1. [Antitrust considerations](#antitrust-considerations)
30+
31+
1432## Development setup
1533
1634This module can be built and tested using the standard Go toolchain. Run `go
0 commit comments