UNPKG

mcp-openalex

Version:

MCP server for accessing scholarly articles and research data from the OpenAlex database

114 lines (66 loc) 6.2 kB
## [1.0.1](https://github.com/Mearman/mcp-openalex/compare/v1.0.0...v1.0.1) (2025-06-05) ### Bug Fixes * update license from MIT to CC BY-NC-SA 4.0 ([54707b0](https://github.com/Mearman/mcp-openalex/commit/54707b054ca8e2f100f7ee4ca31d857a82ed2c4c)) # 1.0.0 (2025-06-05) ### Bug Fixes * make NPM publishing optional in workflows ([ee1dcd8](https://github.com/Mearman/mcp-openalex/commit/ee1dcd8575fca4f7728fa2f863c9d11f68258264)) * update package name and repository URL to mcp-template ([83200f0](https://github.com/Mearman/mcp-openalex/commit/83200f05a75c977741c357fe5d6363bd10e9026c)) * update yarn.lock with template dependencies ([975488f](https://github.com/Mearman/mcp-openalex/commit/975488f6ab01c04b2bbc1e6dbec43aad0d1d3991)) ### Features * add institution and source search tools ([a0ab2ad](https://github.com/Mearman/mcp-openalex/commit/a0ab2ad887ba4499fed01362e3e9d9b8248a80d9)) * add OpenAlex API client and TypeScript types ([2cf88e0](https://github.com/Mearman/mcp-openalex/commit/2cf88e03787287566c6bd3efacbe773de1d5ea83)) * add template source code structure ([855886d](https://github.com/Mearman/mcp-openalex/commit/855886d044358e5f8c24f839fa6c1845a0c64368)) * implement author search and profile tools ([252f439](https://github.com/Mearman/mcp-openalex/commit/252f43929d72be17e36a14321e400e48a69f52fc)) * implement works search and retrieval tools ([2d87219](https://github.com/Mearman/mcp-openalex/commit/2d87219950e936d716c65401aa370529489ef79e)) * initial MCP TypeScript template setup ([f6ab775](https://github.com/Mearman/mcp-openalex/commit/f6ab77580ef2c3d166b0a65bdbf8ca42f79c51a0)) * register all OpenAlex tools in MCP server ([f5b22ea](https://github.com/Mearman/mcp-openalex/commit/f5b22ea42638ab061a053ff4a91149548ef13d27)) # 1.0.0 (2025-06-05) ### Bug Fixes * make NPM publishing optional in workflows ([d29873c](https://github.com/Mearman/mcp-template/commit/d29873c45a9f95487f3c443277b57b95102a86b0)) * update package name and repository URL to mcp-template ([4e521d9](https://github.com/Mearman/mcp-template/commit/4e521d96b75076938ac8386948ee32f00d66b689)) * update yarn.lock with template dependencies ([bf91d1d](https://github.com/Mearman/mcp-template/commit/bf91d1db32286419774909dcf1810a10250101fc)) ### Features * add template source code structure ([f5fa805](https://github.com/Mearman/mcp-template/commit/f5fa805b1906d5a79a95dd78d025eaf9099b4bdc)) * initial MCP TypeScript template setup ([c22f20d](https://github.com/Mearman/mcp-template/commit/c22f20d183e03cc14108c232539a166febda1181)) # Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Added - Initial MCP TypeScript server template - Example tool implementation - Comprehensive testing setup with Vitest - CI/CD pipeline with GitHub Actions - Automated releases with semantic-release - TypeScript configuration with strict mode - Development tooling (Biome, Husky, Commitlint) ### Bug Fixes * use lowercase package name and correct registry for GitHub Packages ([0a3b4ba](https://github.com/Mearman/mcp-wayback-machine/commit/0a3b4ba9958f1680245eb5b5b30f84ff82475631)) ## [1.0.3](https://github.com/Mearman/mcp-wayback-machine/compare/v1.0.2...v1.0.3) (2025-06-04) ### Bug Fixes * skip prepublishOnly script for GitHub Packages publish ([25c3c3f](https://github.com/Mearman/mcp-wayback-machine/commit/25c3c3fc104f7c0c55cf4a8e9bf3d5952aa91884)) ## [1.0.2](https://github.com/Mearman/mcp-wayback-machine/compare/v1.0.1...v1.0.2) (2025-06-04) ### Bug Fixes * add version detection for GitHub Packages publishing ([4298868](https://github.com/Mearman/mcp-wayback-machine/commit/429886820cb90238249fdf8563c203fff55f5382)) ## [1.0.1](https://github.com/Mearman/mcp-wayback-machine/compare/v1.0.0...v1.0.1) (2025-06-04) ### Bug Fixes * restore bin field as object for proper CLI naming ([ab966b2](https://github.com/Mearman/mcp-wayback-machine/commit/ab966b28b01ecd1938a3cf3640922ab7e0d24a16)) # 1.0.0 (2025-06-04) ### Bug Fixes * add packageManager field for Yarn 4 compatibility ([dc1de05](https://github.com/Mearman/mcp-wayback-machine/commit/dc1de05a1a856fd666d9c7711626c664fe249c19)) * convert bin field to object format for npm compatibility ([9f5ee8a](https://github.com/Mearman/mcp-wayback-machine/commit/9f5ee8ad7b1b1ae4c0cabc6ed5109aaea9b50073)) * resolve test failures and version compatibility issues ([6b682aa](https://github.com/Mearman/mcp-wayback-machine/commit/6b682aa4569693209f7673112c13bc860021acac)) * resolve timeout test race condition ([8a6dea1](https://github.com/Mearman/mcp-wayback-machine/commit/8a6dea17ced800eb6bf9826be3473aa767406db6)) * resolve TypeScript errors in test files ([2877988](https://github.com/Mearman/mcp-wayback-machine/commit/2877988733d6010f1a5e98a1e51760f8c71b63ee)) * use space indentation for markdown files ([58b359b](https://github.com/Mearman/mcp-wayback-machine/commit/58b359b7dc2b561aba1cc45ef95405d87825756d)) ### Features * add bin field to enable npx invocation ([1c48881](https://github.com/Mearman/mcp-wayback-machine/commit/1c48881effe427cf3b9bacd9ce32f78912d1a267)) * apply CC BY-NC-SA 4.0 license with full license file and README badge ([e8c9980](https://github.com/Mearman/mcp-wayback-machine/commit/e8c998056d3e9cbca272204d83c905478a7c9fc6)) * implement initial MCP server with tool definitions ([377b6e0](https://github.com/Mearman/mcp-wayback-machine/commit/377b6e02773f8ad59115f0097a69201ea8028e84)) * implement Wayback Machine API integration ([14d70c1](https://github.com/Mearman/mcp-wayback-machine/commit/14d70c1161e0a8cf78dd6011d670007419011c34)) * initial project setup with plan for Wayback Machine MCP server ([f265ed8](https://github.com/Mearman/mcp-wayback-machine/commit/f265ed824184f009f1d39a6716632337ae1e58c3)) # Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).