Metadata-Version: 2.4
Name: pclika-bridge
Version: 0.1.0
Summary: MCP bridge server connecting AI coding tools to Pclika hardware platforms
Project-URL: Homepage, https://pclika.com
Project-URL: Repository, https://github.com/Pclika/mcp-platform
Project-URL: Documentation, https://pclika.com/docs
License: Apache-2.0
Keywords: claude,codex,embedded,esp32,hardware,iot,mcp
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Embedded Systems
Requires-Python: >=3.10
Requires-Dist: anyio>=4.0
Requires-Dist: pyserial>=3.5
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.21; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Description-Content-Type: text/markdown

# MCP Server

This area will hold the Pclika MCP bridge implementation.

Initial responsibilities:

- expose core tool contracts
- map tools to runtime actions
- support local build and flash flows
- provide clear logs for AI-assisted iteration

