blob: 58115de8ea28525a8d49166fb820d8e57b3947e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>falbrechtskirchinger@gmail.com</email>
<name>Florian Albrechtskirchinger</name>
</maintainer>
<use>
<flag name="cli">Install dependencies required for the Command Line Interface</flag>
</use>
<upstream>
<remote-id type="pypi">mcp</remote-id>
<remote-id type="github">modelcontextprotocol/python-sdk</remote-id>
</upstream>
</pkgmetadata>
|