We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Hypijump31/bluetooth-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
main.cpython-311.pyc•1.22 KiB
�
�*�g0 � �N � d dl mZ d dlmZ d dlmZ d dlmZmZ eej ej
�� � Ze� eej
ddgdg�� � e� ej � � e� ej � � e� d � � d
� � � ZdS )� )�FastAPI)�CORSMiddleware)�settings)� bluetooth�session)�title�debugT�*)�
allow_origins�allow_credentials�
allow_methods�
allow_headersz/healthc � � K � ddiS )u?
Route simple pour vérifier que le serveur fonctionne
�status�ok� r � �'F:\DEV\bluetooth-mcp-server\app\main.py�health_checkr s � � � �
�d��r N)�fastapir �fastapi.middleware.corsr �app.core.configr �app.apir r �APP_NAME�DEBUG�app�add_middleware�CORS_ORIGINS�include_router�router�getr r r r �<module>r"