Coverage for mcpgateway/__init__.py: 100%
8 statements
« prev ^ index » next coverage.py v7.9.1, created at 2025-06-22 12:42 +0100
« prev ^ index » next coverage.py v7.9.1, created at 2025-06-22 12:42 +0100
1# -*- coding: utf-8 -*-
2"""MCP Gateway - A flexible feature-rich FastAPI-based gateway for the Model Context Protocol (MCP).
4Copyright 2025
5SPDX-License-Identifier: Apache-2.0
6Authors: Mihai Criveti
8"""
10__author__ = "Mihai Criveti"
11__copyright__ = "Copyright 2025"
12__license__ = "Apache 2.0"
13__version__ = "0.1.1"
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"]