From 8ada9fb6e46c1c6ad1c20bce92f9e00626591d47 Mon Sep 17 00:00:00 2001 From: "Tobias J. Endres" Date: Fri, 21 Aug 2026 23:22:30 +0200 Subject: [PATCH] Add proper README with installation and MCP config --- README.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fcdfdc..18d148f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,48 @@ -# APM-Packages +# APM Packages -Agent Package Manager packages \ No newline at end of file +Custom [Agent Package Manager](https://github.com/microsoft/apm) packages for OpenCode. + +## Packages + +| Package | Description | +|---------|-------------| +| [job-application](.apm/skills/job-application/) | Find matching jobs and create tailored German cover letters + CVs in ShareLaTeX | + +## Installation + +```bash +apm install tbi/APM-Packages +``` + +## Dependencies + +These packages require MCP servers to be configured: + +| MCP Server | URL | Auth | +|------------|-----|------| +| ShareLaTeX | `https://sharelatex-mcp.corentic.eu/sse` | None | +| OpenViking | `https://openviking.corentic.eu/mcp` | Bearer token | + +Add to your `opencode.jsonc`: + +```jsonc +{ + "mcp": { + "sharelatex": { + "type": "remote", + "url": "https://sharelatex-mcp.corentic.eu/sse" + }, + "openviking": { + "type": "remote", + "url": "https://openviking.corentic.eu/mcp", + "headers": { + "Authorization": "Bearer ${OPENVIKING_API_KEY}" + } + } + } +} +``` + +## License + +MIT