Chris Coutinho
dbcf9d93ca
chore: Improve RequestError message details
...
Show exception type and cause when str(e) is empty for better debugging
2025-10-17 04:37:31 +02:00
Chris Coutinho
27519d0f62
test: Replace http server for recipes with nginx container
2025-10-17 04:30:03 +02:00
Chris Coutinho
2999d4b65e
fix: Handle RequestError in mcp tools
2025-10-17 04:17:41 +02:00
Chris Coutinho
0fd32ecd34
test: Fix test networking
2025-10-17 03:58:36 +02:00
Chris Coutinho
604a2065cb
chore: trigger
2025-10-17 03:40:40 +02:00
github-actions[bot]
0aeef1b87e
bump: version 0.14.3 → 0.15.0
v0.15.0
2025-10-17 01:25:56 +00:00
Chris Coutinho
b65f10ed8e
Merge pull request #215 from cbcoutinho/feature/cookbook-app
...
feat(cookbook): Add full Cookbook app support with 13 tools and 2 res…
2025-10-17 03:25:31 +02:00
Chris Coutinho
038fcddd48
docs: remove duplicate
2025-10-17 03:24:23 +02:00
Chris Coutinho
394b27ee4a
docs: Update README with experimental warnings of OIDC support
2025-10-17 03:21:54 +02:00
Chris Coutinho
9de59db718
feat(cookbook): Add full Cookbook app support with 13 tools and 2 resources
...
- Import recipes from URLs using schema.org metadata
- Full CRUD operations for recipes
- Search, categorize, and organize recipes
- Manage keywords/tags and categories
- Configure app settings and trigger reindexing
2025-10-17 03:08:16 +02:00
github-actions[bot]
6734de8389
bump: version 0.14.2 → 0.14.3
v0.14.3
2025-10-17 00:04:25 +00:00
Chris Coutinho
3cb31d07f1
Merge pull request #214 from cbcoutinho/renovate/mcp-1.x
...
fix(deps): update dependency mcp to >=1.18,<1.19
2025-10-17 02:04:00 +02:00
renovate-bot-cbcoutinho[bot]
16b9123af3
fix(deps): update dependency mcp to >=1.18,<1.19
2025-10-16 19:20:47 +00:00
Chris Coutinho
51d1f075f5
test: Remove duplicated/interactive testing fixtures
...
All integration tests now run without interactive browser usage, simplifying CI and testing infrastructure
2025-10-16 19:46:29 +02:00
github-actions[bot]
e0a68d47a5
bump: version 0.14.1 → 0.14.2
v0.14.2
2025-10-16 08:32:29 +00:00
Chris Coutinho
832cb51dd3
Merge pull request #213 from cbcoutinho/renovate/pillow-12.x
...
fix(deps): update dependency pillow to v12
2025-10-16 10:32:04 +02:00
Chris Coutinho
f6256c10db
Merge pull request #212 from cbcoutinho/renovate/ghcr.io-astral-sh-uv-0.x
...
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.3
2025-10-16 00:24:01 +02:00
renovate-bot-cbcoutinho[bot]
7b2002c1b5
fix(deps): update dependency pillow to v12
2025-10-15 22:09:01 +00:00
renovate-bot-cbcoutinho[bot]
d150cf2e72
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.3
2025-10-15 22:08:49 +00:00
Chris Coutinho
3921d9b982
test: Refactor test fixtures into a oauth token factory
2025-10-15 21:15:18 +02:00
github-actions[bot]
9e4c20a4b1
bump: version 0.14.0 → 0.14.1
v0.14.1
2025-10-15 15:26:35 +00:00
Chris Coutinho
f26bca13f1
Merge pull request #211 from cbcoutinho/feature/docs-oauth
...
fix(oauth): Remove the option to force_register new clients
2025-10-15 17:26:09 +02:00
Chris Coutinho
46c6f2f294
test: Fix oauth tests by reusing callback server
2025-10-15 17:06:46 +02:00
Chris Coutinho
3ad9198f36
fix(oauth): Remove the option to force_register new clients
2025-10-15 16:27:22 +02:00
Chris Coutinho
dafac734e6
docs: Update README
2025-10-15 14:51:36 +02:00
Chris Coutinho
97bbc18121
docs: Update README
...
Add comparison to the Nextcloud Assistant & Context Agent
2025-10-15 14:47:43 +02:00
github-actions[bot]
46deb0f726
bump: version 0.13.0 → 0.14.0
v0.14.0
2025-10-15 09:53:45 +00:00
Chris Coutinho
daacf08a54
Merge pull request #208 from cbcoutinho/feature/user-api
...
Feature/user api
2025-10-15 11:53:20 +02:00
Chris Coutinho
cc2a5c9d58
test: Inc delay for alice
2025-10-15 11:36:54 +02:00
Chris Coutinho
26f8deff17
test: Increase stagger delay 0.5 -> 2s
2025-10-15 11:07:06 +02:00
Chris Coutinho
fb3063e94e
test: Increase callback timeout 10s -> 30s
2025-10-15 10:57:21 +02:00
Chris Coutinho
83f89e9394
chore: Update CLAUDE.md
2025-10-15 10:36:27 +02:00
Chris Coutinho
5db02313a1
test: Update share client to fix test, update passwords
2025-10-15 10:35:22 +02:00
Chris Coutinho
b50e212f05
test: Add tests for sharing/groups
2025-10-15 03:46:01 +02:00
Chris Coutinho
85f8522085
feat: Add Groups API client
2025-10-15 03:43:25 +02:00
Chris Coutinho
a38c795124
feat: add sharing API client and server tools
2025-10-15 02:59:26 +02:00
Chris Coutinho
7004104873
test: Fix multi-user tests
2025-10-15 02:11:17 +02:00
Chris Coutinho
7a4a31b52d
fix: Update user/groups API to OCS v2
2025-10-15 00:05:22 +02:00
Chris Coutinho
898c2e72ae
Merge remote-tracking branch 'origin/master' into feature/user-api
2025-10-14 23:43:03 +02:00
Chris Coutinho
8652684466
ci: [skip ci] Move oauth mcp tests to server subdir
2025-10-14 12:03:03 +02:00
Chris Coutinho
72ace9da9e
ci: [skip ci] Move tests to subdirs
2025-10-14 02:08:45 +02:00
Chris Coutinho
ab40127811
ci: [skip ci] Remove
2025-10-14 01:32:30 +02:00
github-actions[bot]
52044ef053
bump: version 0.12.6 → 0.13.0
v0.13.0
2025-10-13 23:30:55 +00:00
Chris Coutinho
7103a795a1
Merge pull request #204 from cbcoutinho/feature/oauth2
...
Enable OAuth2 using Nextcloud user_oidc/oidc apps
2025-10-14 01:30:34 +02:00
Chris Coutinho
3ed24bd5e3
docs: restructure documentation
2025-10-14 01:23:49 +02:00
Chris Coutinho
1023a7d9c7
chore: Remove comments
2025-10-14 01:23:49 +02:00
Chris Coutinho
afc82ce3dc
chore: Validate auth server support for PKCE on startup
2025-10-14 01:23:45 +02:00
Chris Coutinho
057e25b653
chore: Add support for overriding public issuer URL
...
test: Add patch for PKCE support
2025-10-14 01:23:41 +02:00
Chris Coutinho
3c4535da75
test: Replace unittest class with simple tests
2025-10-14 01:23:40 +02:00
Chris Coutinho
a4ca3e00a0
Revert "test: Skip for GITHUB_ACTIONS inside fixture"
...
This reverts commit 4d65e6952cc164fe0212faa807d1f659df3d2792.
2025-10-14 01:23:40 +02:00