Releases: alisaitteke/noun-mcp
Releases · alisaitteke/noun-mcp
Release list
v1.0.6
Install
# MCP server (Cursor, Claude Desktop, etc.)
npx @alisaitteke/noun-mcp@1.0.6
# Pin in package.json
npm install @alisaitteke/noun-mcp@1.0.6Links
| npm | @alisaitteke/noun-mcp@1.0.6 |
| Docs | README |
| Changelog | 1.0.6 in CHANGELOG.md |
| Full diff | v1.0.5...v1.0.6 |
Requirements
- Node.js ≥ 18
- Noun Project API credentials (
NOUN_CONSUMER_KEY,NOUN_CONSUMER_SECRET)
✅ Published on npm.
What's Changed
Fixes
- fix: treat npm Validating as a successful publish in Release CI (
cee78c7)
Version bumps
- 1.0.6 (
ae19143)
v1.0.5
Install
# MCP server (Cursor, Claude Desktop, etc.)
npx @alisaitteke/noun-mcp@1.0.5
# Pin in package.json
npm install @alisaitteke/noun-mcp@1.0.5Links
| npm | @alisaitteke/noun-mcp@1.0.5 |
| Docs | README |
| Changelog | 1.0.5 in CHANGELOG.md |
| Full diff | v1.0.4...v1.0.5 |
Requirements
- Node.js ≥ 18
- Noun Project API credentials (
NOUN_CONSUMER_KEY,NOUN_CONSUMER_SECRET)
⏳ Not on npm yet —
npm publishusually follows shortly after this GitHub release.
What's Changed
Version bumps
- 1.0.5 (
7ef9188)
v1.0.4
Install
# MCP server (Cursor, Claude Desktop, etc.)
npx @alisaitteke/noun-mcp@1.0.4
# Pin in package.json
npm install @alisaitteke/noun-mcp@1.0.4Links
| npm | @alisaitteke/noun-mcp@1.0.4 |
| Docs | README |
| Changelog | 1.0.4 in CHANGELOG.md |
Requirements
- Node.js ≥ 18
- Noun Project API credentials (
NOUN_CONSUMER_KEY,NOUN_CONSUMER_SECRET)
✅ Published on npm.
What's Changed
Features
- feat: align the API client with Noun Project v2 service/icon quotas (
6863aec) - feat: add GitHub and registry tokens for MCP integration feat: add logo image for branding in the project feat: create Visual Studio Code workspace configuration for easier development chore: update package version to 1.0.1 and add mcpName field in package.json feat: add server.json configuration file for MCP server setup (
981ff39)
Documentation
- docs(README.md): remove unnecessary closing div tags and clean up formatting for better readability (
dd0a0eb) - docs(README): add author section with contact information for better visibility docs: add social banner image to enhance project presentation (
6f53903) - docs(README.md): add a blank line for better readability in the Features section (
193bf4e)
Chores
- chore: add GitHub Release workflow for npm and MCP Registry publish (
1abd360) - chore: update axios dependency to version 1.13.5 for security improvements chore: add .mcpregistry_github_token and .mcpregistry_registry_token to .npmignore to prevent sensitive information from being published chore: add overrides for @hono/node-server and hono packages to ensure compatibility with the project (
74e3541) - chore(server.json): update version from 1.0.1 to 1.0.2 to reflect new release (
5249d3f) - chore(server.json): update version to 1.0.1 and modify environment variable names and descriptions for clarity feat(server.json): add new environment variables for Consumer Secret and API tier level to enhance configuration options (
b534e60) - chore: update .gitignore to include new tokens and workspace file (
deecce7) - chore(README.md): remove outdated features from the documentation to reflect current capabilities and avoid confusion (
110b077)
Other
- Add portfolio SEO docs, OG assets, and builder positioning. (
5da2161) - Hello (
c3d2090) - Hello (
e25f68a) - Hello (
79b58fa) - Initial commit (
56df7af)
Version bumps
- 1.0.4 (
1549d75) - 1.0.3 (
e90dcf5) - 1.0.2 (
4e8bd11)