From ad4e7ff59de9c774a99e7b0aefd94cc3c0eb37d6 Mon Sep 17 00:00:00 2001 From: okaris Date: Sat, 27 Jun 2026 00:18:03 +0200 Subject: [PATCH 1/3] docs: add Go SDK (inference-sh/mpp) to SDK table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a3c2c46..abf9bb02 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ Contributions to documentation, the service directory, and site improvements are | [wevm/mppx](https://github.com/wevm/mppx) | TypeScript | | [tempoxyz/pympp](https://github.com/tempoxyz/pympp) | Python | | [tempoxyz/mpp-rs](https://github.com/tempoxyz/mpp-rs) | Rust | +| [inference-sh/mpp](https://github.com/inference-sh/mpp) | Go | | [tempoxyz/mpp-specs](https://github.com/tempoxyz/mpp-specs) | IETF specifications | ## Security From ae31e908039ec35f868b99460a158adf8d3bced6 Mon Sep 17 00:00:00 2001 From: okaris Date: Mon, 13 Jul 2026 16:10:02 +0200 Subject: [PATCH 2/3] docs: move Go SDK to Other Languages section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per review feedback — inference-sh/mpp is a community SDK, not an official one. Moved from README SDK table to the community "Other Languages" table on the SDK page. --- README.md | 1 - src/pages/sdk/index.mdx | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abf9bb02..3a3c2c46 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,6 @@ Contributions to documentation, the service directory, and site improvements are | [wevm/mppx](https://github.com/wevm/mppx) | TypeScript | | [tempoxyz/pympp](https://github.com/tempoxyz/pympp) | Python | | [tempoxyz/mpp-rs](https://github.com/tempoxyz/mpp-rs) | Rust | -| [inference-sh/mpp](https://github.com/inference-sh/mpp) | Go | | [tempoxyz/mpp-specs](https://github.com/tempoxyz/mpp-specs) | IETF specifications | ## Security diff --git a/src/pages/sdk/index.mdx b/src/pages/sdk/index.mdx index d6086cd9..6eed10b2 100644 --- a/src/pages/sdk/index.mdx +++ b/src/pages/sdk/index.mdx @@ -42,6 +42,7 @@ Community-maintained SDKs extend MPP to more language ecosystems. |---|---|---|---|---| | Elixir | `mpp` | ZenHive | Community | [GitHub](https://github.com/ZenHive/mpp) · [hex.pm](https://hex.pm/packages/mpp) · [Docs](https://hexdocs.pm/mpp/) | | Go | `mppx` | cp0x | Community | [GitHub](https://github.com/cp0x-org/mppx) · [Docs](https://pkg.go.dev/github.com/cp0x-org/mppx) | +| Go | `mpp` | inference.sh | Community | [GitHub](https://github.com/inference-sh/mpp) · [Docs](https://pkg.go.dev/github.com/inference-sh/mpp) | | Swift | `mpp-swift` | Amit Acharya | Community | [GitHub](https://github.com/amitach/mpp-swift) · [DeepWiki](https://deepwiki.com/amitach/mpp-swift) | Want to add another SDK? Open a PR and we can list it here. From 8173c7b7959d8f2f077b227c374d0523429e2682 Mon Sep 17 00:00:00 2001 From: okaris Date: Mon, 13 Jul 2026 16:11:36 +0200 Subject: [PATCH 3/3] docs: clarify inference-sh/mpp is net/http middleware Distinguishes from cp0x/mppx which is a different Go SDK. --- src/pages/sdk/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/sdk/index.mdx b/src/pages/sdk/index.mdx index 6eed10b2..a72692b0 100644 --- a/src/pages/sdk/index.mdx +++ b/src/pages/sdk/index.mdx @@ -42,7 +42,7 @@ Community-maintained SDKs extend MPP to more language ecosystems. |---|---|---|---|---| | Elixir | `mpp` | ZenHive | Community | [GitHub](https://github.com/ZenHive/mpp) · [hex.pm](https://hex.pm/packages/mpp) · [Docs](https://hexdocs.pm/mpp/) | | Go | `mppx` | cp0x | Community | [GitHub](https://github.com/cp0x-org/mppx) · [Docs](https://pkg.go.dev/github.com/cp0x-org/mppx) | -| Go | `mpp` | inference.sh | Community | [GitHub](https://github.com/inference-sh/mpp) · [Docs](https://pkg.go.dev/github.com/inference-sh/mpp) | +| Go | `mpp` (net/http middleware) | inference.sh | Community | [GitHub](https://github.com/inference-sh/mpp) · [Docs](https://pkg.go.dev/github.com/inference-sh/mpp) | | Swift | `mpp-swift` | Amit Acharya | Community | [GitHub](https://github.com/amitach/mpp-swift) · [DeepWiki](https://deepwiki.com/amitach/mpp-swift) | Want to add another SDK? Open a PR and we can list it here.