Skip to content

Releases: Rudra-ravi/wikipedia-mcp

Wikipedia MCP v1.5.0

31 May 07:59
Compare
Choose a tag to compare

@# Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.5.0] - 2025-05-31

Added

  • New tool: summarize_article_for_query(title: str, query: str, max_length: Optional[int] = 250) to get a summary of a Wikipedia article tailored to a specific query.
  • New resource: /summary/{title}/query for the summarize_article_for_query tool.
  • New tool: summarize_article_section(title: str, section_title: str, max_length: Optional[int] = 150) to get a summary of a specific section of a Wikipedia article.
  • New resource: /summary/{title}/section/{section_title} for the summarize_article_section tool.
  • New tool: extract_key_facts(title: str, topic_within_article: Optional[str] = None, count: int = 5) to extract key facts from a Wikipedia article.
  • New resource: /facts/{title} for the extract_key_facts tool.

Changed

  • Updated project version to 1.5.0.

Wikipedia MCP v1.4.4

25 May 07:17
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Comprehensive PyPI publishing guide (PUBLISHING_GUIDE.md)
  • Modern pyproject.toml configuration for better package management
  • Package build validation script (test_build.py)
  • Support for PyPI API token authentication in GitHub Actions
  • Trusted publishing support for enhanced security

Fixed

  • Fixed PyPI publishing issues in GitHub Actions workflow
  • Resolved authentication problems with PyPI uploads
  • Fixed configuration conflicts between setup.py and pyproject.toml
  • Updated GitHub Actions to use latest versions (checkout@v4, setup-python@v5)
  • Added package validation step before publishing

Changed

  • Modernized GitHub Actions release workflow
  • Simplified setup.py to use pyproject.toml configuration
  • Enhanced error handling in release process
  • Added fallback authentication method for PyPI publishing
  • Improved package metadata and keywords for better discoverability

Security

  • Migrated from username/password to API token authentication for PyPI
  • Added trusted publishing support for GitHub Actions

[1.0.2] - 2024-04-12

Added

  • GitHub Actions workflows for automated testing and releases
  • Comprehensive release documentation in docs/RELEASE_PROCESS.md
  • Testing documentation in docs/TESTING.md
  • Example script for MCP client interaction

Fixed

  • Fixed MCP transport issues in server implementation
  • Corrected documentation for MCP protocol usage
  • Updated README with accurate MCP protocol information

Changed

  • Improved error handling in Wikipedia client
  • Enhanced documentation on using the MCP server with Claude Desktop
  • Updated project metadata in setup.py

[1.0.1] - 2024-03-15

Added

  • Added support for related topics functionality
  • Implemented section extraction for Wikipedia articles
  • Added logging for better debugging

Fixed

  • Fixed article retrieval for titles with special characters
  • Improved error handling for API calls

[1.0.0] - 2024-02-20

Added

  • Initial release
  • Core MCP server implementation
  • Wikipedia API client integration
  • Basic search, summary, and article retrieval functionality
  • Configuration for Claude Desktop integration

Wikipedia MCP v1.4.3

25 May 07:10
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Comprehensive PyPI publishing guide (PUBLISHING_GUIDE.md)
  • Modern pyproject.toml configuration for better package management
  • Package build validation script (test_build.py)
  • Support for PyPI API token authentication in GitHub Actions
  • Trusted publishing support for enhanced security

Fixed

  • Fixed PyPI publishing issues in GitHub Actions workflow
  • Resolved authentication problems with PyPI uploads
  • Fixed configuration conflicts between setup.py and pyproject.toml
  • Updated GitHub Actions to use latest versions (checkout@v4, setup-python@v5)
  • Added package validation step before publishing

Changed

  • Modernized GitHub Actions release workflow
  • Simplified setup.py to use pyproject.toml configuration
  • Enhanced error handling in release process
  • Added fallback authentication method for PyPI publishing
  • Improved package metadata and keywords for better discoverability

Security

  • Migrated from username/password to API token authentication for PyPI
  • Added trusted publishing support for GitHub Actions

[1.0.2] - 2024-04-12

Added

  • GitHub Actions workflows for automated testing and releases
  • Comprehensive release documentation in docs/RELEASE_PROCESS.md
  • Testing documentation in docs/TESTING.md
  • Example script for MCP client interaction

Fixed

  • Fixed MCP transport issues in server implementation
  • Corrected documentation for MCP protocol usage
  • Updated README with accurate MCP protocol information

Changed

  • Improved error handling in Wikipedia client
  • Enhanced documentation on using the MCP server with Claude Desktop
  • Updated project metadata in setup.py

[1.0.1] - 2024-03-15

Added

  • Added support for related topics functionality
  • Implemented section extraction for Wikipedia articles
  • Added logging for better debugging

Fixed

  • Fixed article retrieval for titles with special characters
  • Improved error handling for API calls

[1.0.0] - 2024-02-20

Added

  • Initial release
  • Core MCP server implementation
  • Wikipedia API client integration
  • Basic search, summary, and article retrieval functionality
  • Configuration for Claude Desktop integration

Wikipedia MCP v1.4.1

25 May 06:02
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.0.2] - 2024-04-12

Added

  • GitHub Actions workflows for automated testing and releases
  • Comprehensive release documentation in docs/RELEASE_PROCESS.md
  • Testing documentation in docs/TESTING.md
  • Example script for MCP client interaction

Fixed

  • Fixed MCP transport issues in server implementation
  • Corrected documentation for MCP protocol usage
  • Updated README with accurate MCP protocol information

Changed

  • Improved error handling in Wikipedia client
  • Enhanced documentation on using the MCP server with Claude Desktop
  • Updated project metadata in setup.py

[1.0.1] - 2024-03-15

Added

  • Added support for related topics functionality
  • Implemented section extraction for Wikipedia articles
  • Added logging for better debugging

Fixed

  • Fixed article retrieval for titles with special characters
  • Improved error handling for API calls

[1.0.0] - 2024-02-20

Added

  • Initial release
  • Core MCP server implementation
  • Wikipedia API client integration
  • Basic search, summary, and article retrieval functionality
  • Configuration for Claude Desktop integration

Wikipedia MCP v1.4.0

25 May 05:55
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.0.2] - 2024-04-12

Added

  • GitHub Actions workflows for automated testing and releases
  • Comprehensive release documentation in docs/RELEASE_PROCESS.md
  • Testing documentation in docs/TESTING.md
  • Example script for MCP client interaction

Fixed

  • Fixed MCP transport issues in server implementation
  • Corrected documentation for MCP protocol usage
  • Updated README with accurate MCP protocol information

Changed

  • Improved error handling in Wikipedia client
  • Enhanced documentation on using the MCP server with Claude Desktop
  • Updated project metadata in setup.py

[1.0.1] - 2024-03-15

Added

  • Added support for related topics functionality
  • Implemented section extraction for Wikipedia articles
  • Added logging for better debugging

Fixed

  • Fixed article retrieval for titles with special characters
  • Improved error handling for API calls

[1.0.0] - 2024-02-20

Added

  • Initial release
  • Core MCP server implementation
  • Wikipedia API client integration
  • Basic search, summary, and article retrieval functionality
  • Configuration for Claude Desktop integration

Wikipedia MCP

12 Apr 09:46
Compare
Choose a tag to compare

Wikipedia MCP v1.0.2 Release Overview

We're excited to announce the release of Wikipedia MCP v1.0.2, which brings significant improvements to automation, documentation, and reliability.

This release focuses on:

  • Enhancing the developer experience
  • Fixing critical MCP transport issues

Stay tuned for more updates as we continue to refine and evolve the platform.