-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmeta.yaml
More file actions
68 lines (59 loc) · 1.42 KB
/
Copy pathmeta.yaml
File metadata and controls
68 lines (59 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{% set name = "mcp-compose" %}
package:
name: {{ name|lower }}
version: "{{ VERSION }}"
source:
path: .
channels:
- conda-forge
- datalayer
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
build:
- python >=3.10
- pip
- hatchling >=1.21
run:
- python >=3.10
- cryptography >=41.0.0
- fastapi >=0.104.0
- httpx >=0.25.0
- importlib-metadata >=4.8.0
- mcp >=1.2.1
- prometheus_client
- psutil >=5.9.0
- pyjwt >=2.8.0
- pydantic >=2
- python-dotenv >=1.0.0
- sse-starlette >=1.8.0
- toml >=0.10.2
- tomli >=2.0.0
- typing-extensions >=4
- uvicorn >=0.24.0
test:
imports:
- mcp_compose
commands:
- mcp-compose --help
about:
home: https://github.com/datalayer/mcp-compose
summary: 'Composition server for the Model Context Protocol (MCP).'
description: |
A powerful, production-ready framework for composing and orchestrating Model
Context Protocol (MCP) servers with advanced management capabilities, REST API,
and modern Web UI. # Remember to specify the license variants for BSD, Apache,
GPL, and LGPL.
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
doc_url: https://github.com/datalayer/mcp-compose
dev_url: https://github.com/datalayer/mcp-compose
extra:
recipe-maintainers:
- datalayer
- echarles
- eleonorecharles
- goanpeca