Coverage for mcpgateway / __init__.py: 100%
8 statements
« prev ^ index » next coverage.py v7.13.4, created at 2026-03-09 03:05 +0000
« prev ^ index » next coverage.py v7.13.4, created at 2026-03-09 03:05 +0000
1# -*- coding: utf-8 -*-
2"""Location: ./mcpgateway/__init__.py
3Copyright 2025
4SPDX-License-Identifier: Apache-2.0
5Authors: Mihai Criveti
7ContextForge - A flexible feature-rich FastAPI-based gateway for the Model Context Protocol (MCP).
8"""
10__author__ = "Mihai Criveti"
11__copyright__ = "Copyright 2025"
12__license__ = "Apache 2.0"
13__version__ = "1.0.0-RC-2"
14__description__ = "IBM Consulting Assistants - Extensions API Library"
15__url__ = "https://ibm.github.io/mcp-context-forge/"
16__download_url__ = "https://github.com/IBM/mcp-context-forge"
17__packages__ = ["mcpgateway"]