Skip to main content
Glama

PVPC MCP Server

by rfdez
MIT License
CHANGELOG.md5.34 kB
# Changelog ## [3.2.4](https://github.com/rfdez/pvpc-mcp-server/compare/v3.2.3...v3.2.4) (2025-09-26) ### Bug Fixes * **cors:** update allowed methods and headers for HTTP server ([81c8242](https://github.com/rfdez/pvpc-mcp-server/commit/81c8242cf84dbd4875d890e57460fb72cca549aa)) * **http:** handle error when starting HTTP server ([96bb35a](https://github.com/rfdez/pvpc-mcp-server/commit/96bb35a6cf604a0173dd55ed286eed0ab66236d3)) ## [3.2.3](https://github.com/rfdez/pvpc-mcp-server/compare/v3.2.2...v3.2.3) (2025-09-10) ### Miscellaneous Chores * release 3.2.3 ([640cf1b](https://github.com/rfdez/pvpc-mcp-server/commit/640cf1b29ef690b09588c1bb2bff35eb690fbcd3)) ## [3.2.2](https://github.com/rfdez/pvpc-mcp-server/compare/v3.2.1...v3.2.2) (2025-09-10) ### Miscellaneous Chores * release 3.2.2 ([a19e18e](https://github.com/rfdez/pvpc-mcp-server/commit/a19e18e270c32a803e729d387b2fd8dff10c0d04)) ## [3.2.1](https://github.com/rfdez/pvpc-mcp-server/compare/v3.2.0...v3.2.1) (2025-09-10) ### Bug Fixes * remove redundant environment variable assignment for API key option ([6710c3a](https://github.com/rfdez/pvpc-mcp-server/commit/6710c3a571491bbc535caa5b1c4e776a0f81aeda)) ## [3.2.0](https://github.com/rfdez/pvpc-mcp-server/compare/v3.1.0...v3.2.0) (2025-08-26) ### Features * add /ping endpoint for health check ([47948f8](https://github.com/rfdez/pvpc-mcp-server/commit/47948f820404d8c0b2dd6ba859180946b298c870)) ### Bug Fixes * update mcp version ([7d940c2](https://github.com/rfdez/pvpc-mcp-server/commit/7d940c25db2fdaf4c4d0a3214712edcdafcbc57b)) ## [3.1.0](https://github.com/rfdez/pvpc-mcp-server/compare/v3.0.0...v3.1.0) (2025-08-26) ### Features * add output schema for prices in PvpcMcpServer ([db3513e](https://github.com/rfdez/pvpc-mcp-server/commit/db3513e6fd26590782b82e16beccb90651d016f2)) * add pino-http and pino-pretty for enhanced logging ([25e0651](https://github.com/rfdez/pvpc-mcp-server/commit/25e065162c2b7ccc268a088051d48f6f076be977)) ## [3.0.0](https://github.com/rfdez/pvpc-mcp-server/compare/v2.2.0...v3.0.0) (2025-08-26) ### ⚠ BREAKING CHANGES * enhance server configuration and API key handling ### Features * enhance server configuration and API key handling ([9a1c6f1](https://github.com/rfdez/pvpc-mcp-server/commit/9a1c6f1ba11fbf1cd6bac8c2c2f938b2914c06c6)) ## [2.2.0](https://github.com/rfdez/pvpc-mcp-server/compare/v2.1.0...v2.2.0) (2025-08-25) ### Features * add HTTP transport support and update server commands ([12b2b83](https://github.com/rfdez/pvpc-mcp-server/commit/12b2b8373036d81efe8ad267c181d071b8f4c804)) * add streamable http transport ([f9d6200](https://github.com/rfdez/pvpc-mcp-server/commit/f9d62009b79a84d90e5925c21d649e77c098552e)) * update smithery.yaml to support streamable HTTP transport ([cca9512](https://github.com/rfdez/pvpc-mcp-server/commit/cca9512aa14f82c0cc8dbe3264fd47fcd8b173e0)) ### Bug Fixes * improve error handling and logging in HTTP server ([81f0a51](https://github.com/rfdez/pvpc-mcp-server/commit/81f0a512a09dcd2503d1346a574c59344d7f7d4d)) ## [2.1.0](https://github.com/rfdez/pvpc-mcp-server/compare/v2.0.2...v2.1.0) (2025-07-26) ### Features * update price fetching parameters and interfaces for improved data handling ([c48df2c](https://github.com/rfdez/pvpc-mcp-server/commit/c48df2c1043cd0f3cafb29e38764b3e25317e14f)) ### Bug Fixes * revert version number to 2.1.0 in PvpcMcpServer ([a58ef32](https://github.com/rfdez/pvpc-mcp-server/commit/a58ef327e9ea489dd9d2e160656d7aba698956ee)) ## [2.0.2](https://github.com/rfdez/pvpc-mcp-server/compare/v2.0.1...v2.0.2) (2025-07-15) ### Bug Fixes * update log message for MCP server startup ([d67312e](https://github.com/rfdez/pvpc-mcp-server/commit/d67312e6db0093f37e2a99ddf40b089582956d10)) ## [2.0.1](https://github.com/rfdez/pvpc-mcp-server/compare/v2.0.0...v2.0.1) (2025-07-14) ### Miscellaneous Chores * release 2.0.1 ([e1784dd](https://github.com/rfdez/pvpc-mcp-server/commit/e1784ddf55fd977bc50bccf766f68c797395593c)) ## [2.0.0](https://github.com/rfdez/pvpc-mcp-server/compare/v1.3.1...v2.0.0) (2025-07-14) ### ⚠ BREAKING CHANGES * improve tool registration and update instructions ### Bug Fixes * improve tool registration and update instructions ([df10aee](https://github.com/rfdez/pvpc-mcp-server/commit/df10aeeac5eb6e99f076d5031b8bdfa92350ce41)) ## [1.3.1](https://github.com/rfdez/pvpc-mcp-server/compare/v1.3.0...v1.3.1) (2025-07-13) ### Bug Fixes * better MCP server instructions ([83dab92](https://github.com/rfdez/pvpc-mcp-server/commit/83dab92739e96dbd11d95286e9993d0070e33437)) ## [1.3.0](https://github.com/rfdez/pvpc-mcp-server/compare/v1.2.0...v1.3.0) (2025-07-11) ### Features * enhance Dockerfile and project structure ([7592418](https://github.com/rfdez/pvpc-mcp-server/commit/75924189f5f0a654805f3fad788bea74e3a463ce)) ## [1.2.0](https://github.com/rfdez/pvpc-mcp-server/compare/v1.1.0...v1.2.0) (2025-07-11) ### Features * improve server initialization with instructions ([7de58a3](https://github.com/rfdez/pvpc-mcp-server/commit/7de58a3d2f9656853a844c26b12eae58dce2ec3f)) ## [1.1.0](https://github.com/rfdez/pvpc-mcp-server/compare/v1.0.0...v1.1.0) (2025-06-30) ### Features * add fetch PVPC prices tool ([9a77bad](https://github.com/rfdez/pvpc-mcp-server/commit/9a77badc8092849651d9e101053098b6cc983b86))

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rfdez/pvpc-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server