# SDK Generation

Published articles for SDK Generation.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Why client SDK generation belongs in the open

DevFeed: [Why client SDK generation belongs in the open](<https://devfeed.tech/articles/why-client-sdk-generation-belongs-in-the-open-42092.md>)

Original publisher: [Read original article](<https://developers.googleblog.com/why-client-sdk-generation-belongs-in-the-open/>)

Author: Amir Hardon; Philipp Schmid

Published: 2026-09-18T01:27:10.987787Z

Content type: release

Language: en

Sources: [Google Developers Blog](<https://devfeed.tech/sources/google-developers-blog.md>)

Topics: [Code generation](<https://devfeed.tech/topics/code-generation.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [OpenAPI Specification](<https://devfeed.tech/topics/openapi.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>)

Tags: [code-generation](<https://devfeed.tech/tags/code-generation.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [openapi](<https://devfeed.tech/tags/openapi.md>), [sdk-generation](<https://devfeed.tech/tags/sdk-generation.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

Google and Speakeasy are open-sourcing an OpenAPI code generation suite under the AGPLv3 license after the shutdown of Google's previous proprietary SDK provider. The suite generates deterministic, multi-language client libraries and supports strict typing, streaming, agent-native CLIs, and documentation MCP servers.

### Source excerpt

Google has partnered with Speakeasy to open-source their OpenAPI code generation suite under the AGPLv3 license, a strategic move prompted by the sudden shutdown of Google's previous proprietary SDK provider. The newly open-sourced suite equips developers with deterministic, multi-language SDK generators that natively support strict typing and SSE streaming, alongside tools for compiling agent-native CLIs and documentation MCP servers. Engineering teams can now safely integrate this robust tooling directly into their CI pipelines to automatically generate reliable client libraries for their own APIs, all while retaining complete licensing control over the output code.

## SDK vs CLI vs MCP, a dev story

DevFeed: [SDK vs CLI vs MCP, a dev story](<https://devfeed.tech/articles/sdk-vs-cli-vs-mcp-a-dev-story-41410.md>)

Original publisher: [Read original article](<https://blog.postman.com/sdk-vs-cli-vs-mcp-a-dev-story/>)

Author: Anthony Viard

Published: 2026-09-17T16:00:00Z

Content type: opinion

Language: en

Sources: [Postman Blog](<https://devfeed.tech/sources/postman-blog.md>)

Topics: [SDKs](<https://devfeed.tech/topics/sdks.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [GitHub API](<https://devfeed.tech/topics/github-api.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [claude](<https://devfeed.tech/tags/claude.md>), [cli](<https://devfeed.tech/tags/cli.md>), [code](<https://devfeed.tech/tags/code.md>), [general](<https://devfeed.tech/tags/general.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [model-context-protocol](<https://devfeed.tech/tags/model-context-protocol.md>), [postman](<https://devfeed.tech/tags/postman.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [sdk-generation](<https://devfeed.tech/tags/sdk-generation.md>)

### AI overview

A developer compares SDKs, command-line tools, and MCP servers as ways for an agent to access the GitHub API. Using an internal release-readiness tool as a case study, the article explains that SDKs suit scheduled, predefined code while interactive agent use may require more improvisation.

### Source excerpt

SDK, CLI, or MCP server for your agent? I measured the token cost and auth tradeoffs of all three against one real API. See which to pick. The post SDK vs CLI vs MCP, a dev story appeared first on Postman Blog.