Add podcastindex-mcp to Node.js/npm/yarn libraries list#158
Merged
stevencrader merged 2 commits intoJul 8, 2026
Merged
Conversation
Adds a link to podcastindex-mcp, a Model Context Protocol server that exposes the Podcast Index API to AI assistants, under the existing Node.js/npm/yarn section. Regenerated docs/pi_api.json and docs/pi_api.yaml via `yarn build` and updated the mirrored description string in the Postman collection, matching the file set touched by PR Podcastindex-org#144 and PR Podcastindex-org#130. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Both existing entries under Node.js/npm/yarn (podcast-index-api, podcastdx-client) link to npmjs.com package pages, matching the subsection's own convention. Regenerated docs/pi_api.json and docs/pi_api.yaml with corepack yarn build to keep bundles in sync, and mirrored the same link change by hand in the Postman collection description, same as the manual-sync step in Podcastindex-org#144/Podcastindex-org#130. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
conorbronsdon
marked this pull request as ready for review
July 8, 2026 04:52
Collaborator
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a link to podcastindex-mcp under the existing Node.js/npm/yarn section of the Libraries list. It's a Model Context Protocol server that exposes the Podcast Index API to AI assistants such as Claude, published on npm as
podcastindex-mcp.This is my own library: https://github.com/conorbronsdon/podcastindex-mcp
Regenerated docs/pi_api.json and docs/pi_api.yaml with
yarn build, and updated the mirrored description string in the Postman collection, matching the file set from #144 and #130.