ynosis-agent
Ynosis Agent API 用の 公開クライアント(CLI / MCP)。
リポジトリは非公開です。ソース clone は不要です。
CLI
pip install ynosis-agent
export YNOSIS_AGENT_API_KEY='yna_...' # マイページ → … → Agent API
ynosis-agent search --q 草津 --limit 5
ynosis-agent register payload.json --image photo.jpg
接続先の既定は https://ynosis.jp。
MCP(アプリに設定を貼る・推奨)
事前 pip 不要。uv(uvx)があるマシンで、アプリの MCP 設定に次を追加します。
起動コマンド:
uvx --from ynosis-agent[mcp] ynosis-agent-mcp
環境変数: YNOSIS_AGENT_API_KEY=yna_…(必須)
Cursor(mcp.json)
{
"mcpServers": {
"ynosis-agent": {
"command": "uvx",
"args": ["--from", "ynosis-agent[mcp]", "ynosis-agent-mcp"],
"env": {
"YNOSIS_AGENT_API_KEY": "yna_REPLACE_ME",
"YNOSIS_AGENT_API_BASE": "https://ynosis.jp"
}
}
}
}
Claude Code
claude mcp add --transport stdio ynosis-agent \
--env YNOSIS_AGENT_API_KEY=yna_REPLACE_ME \
-- uvx --from 'ynosis-agent[mcp]' ynosis-agent-mcp
uv が無い場合のフォールバック: pip install 'ynosis-agent[mcp]' のあと command を ynosis-agent-mcp にする。
運営向け: PyPI 公開
cd packages/ynosis-agent
python -m build
twine upload dist/*
バージョンは pyproject.toml の version を上げてからビルドする。
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ynosis_agent-0.1.1.tar.gz
(11.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ynosis_agent-0.1.1.tar.gz.
File metadata
- Download URL: ynosis_agent-0.1.1.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d37fa5b3ed384d7bb9aa7065f68d413d57febb39cef21517281511b9f70c5af
|
|
| MD5 |
e6b31fb2673dace6a446ff15de1d0dfb
|
|
| BLAKE2b-256 |
e1d57366382de1f67099e298343735f3874d694e18e347f0b7b497815f0e55eb
|
File details
Details for the file ynosis_agent-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ynosis_agent-0.1.1-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f81880212b4a273793deafc84ee555f53953b2ec339e6d5b628d726ddd04bf2
|
|
| MD5 |
d6426fde854b43d81e88b29ecbc5d27e
|
|
| BLAKE2b-256 |
1559c14d93396797a0fd1927bbb74b5945502cc73279f1833097386b15c64b8f
|