Compare commits

...

2 Commits

Author SHA1 Message Date
Gitea Actions
56f45c9301 ci: Bump version to 0.9.112 [skip ci] 2026-01-18 03:19:53 +05:00
83460abce4 md fixin
Some checks failed
Deploy to Test Environment / deploy-to-test (push) Failing after 1m57s
2026-01-17 14:18:55 -08:00
3 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ Claude Code uses **two separate configuration files** for MCP servers. They must
## File Locations (Windows)
```
```text
C:\Users\<username>\.claude.json # CLI config
C:\Users\<username>\.claude\settings.json # VS Code extension config
```
@@ -182,7 +182,7 @@ npm run build
}
```
- GitHub: https://github.com/j-shelfwood/bugsink-mcp
- GitHub: <https://github.com/j-shelfwood/bugsink-mcp>
- Get token from Bugsink UI: Settings > API Tokens
- **Do NOT use npx** - the package is not on npm
@@ -310,7 +310,7 @@ In `~/.claude/settings.json`, add `"disabled": true`:
## Future: MCP Launchpad
**Project:** https://github.com/kenneth-liao/mcp-launchpad
**Project:** <https://github.com/kenneth-liao/mcp-launchpad>
MCP Launchpad is a CLI tool that wraps multiple MCP servers into a single interface. Worth revisiting when:
@@ -338,7 +338,7 @@ MCP Launchpad is a CLI tool that wraps multiple MCP servers into a single interf
## Future: Graphiti (Advanced Knowledge Graph)
**Project:** https://github.com/getzep/graphiti
**Project:** <https://github.com/getzep/graphiti>
Graphiti provides temporal-aware knowledge graphs - it tracks not just facts, but _when_ they became true/outdated. Much more powerful than simple memory MCP, but requires significant infrastructure.

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "flyer-crawler",
"version": "0.9.111",
"version": "0.9.112",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "flyer-crawler",
"version": "0.9.111",
"version": "0.9.112",
"dependencies": {
"@bull-board/api": "^6.14.2",
"@bull-board/express": "^6.14.2",

View File

@@ -1,7 +1,7 @@
{
"name": "flyer-crawler",
"private": true,
"version": "0.9.111",
"version": "0.9.112",
"type": "module",
"scripts": {
"dev": "concurrently \"npm:start:dev\" \"vite\"",