c0fcc98b06
try using docker.gitea.com/runner-images:ubuntu-latest to mount the cache
gds-mock-mcp Docker Build / build (push) Has been cancelled
2026-04-12 22:46:33 -05:00
6950cd90e3
you need the volume to cache toos on
gds-mock-mcp Docker Build / build (push) Has been cancelled
2026-04-12 22:14:13 -05:00
bca12fc3b8
try to cache QEMU image
gds-mock-mcp Docker Build / build (push) Has been cancelled
2026-04-12 22:10:35 -05:00
9d6348071b
trying to use /opt/hostedtoolcache
gds-mock-mcp Docker Build / build (push) Successful in 16m44s
2026-04-12 21:42:43 -05:00
b82c7b5fda
open app via No automatic DNS rebinding protection
gds-mock-mcp Docker Build / build (push) Has been cancelled
2026-04-12 21:09:29 -05:00
e4e7e47ec6
remove health check
2026-04-12 21:08:57 -05:00
9bf9650868
Adding tsc dependencies
gds-mock-mcp Docker Build / build (push) Successful in 20m20s
2026-04-12 01:38:31 -05:00
3c1a877e3c
dev packages required for tsc
gds-mock-mcp Docker Build / build (push) Failing after 12m18s
2026-04-12 01:16:16 -05:00
65ef84d47d
need to copy dist from builder
gds-mock-mcp Docker Build / build (push) Failing after 11m3s
2026-04-12 01:00:39 -05:00
aac41d9e8f
build and use dist
gds-mock-mcp Docker Build / build (push) Has been cancelled
2026-04-12 00:50:09 -05:00
d4bcb045d8
Dockerfile should use dist folder
gds-mock-mcp Docker Build / build (push) Has been cancelled
2026-04-12 00:40:37 -05:00
7aa9cf2327
fixing missing docker buildx metadata
gds-mock-mcp Docker Build / build (push) Successful in 14m18s
2026-04-11 23:59:47 -05:00
f8723f396e
Adding renovate
gds-mock-mcp Docker Build / build (push) Failing after 12m38s
2026-04-11 22:53:25 -05:00
1619a252d6
target should be default
gds-mock-mcp Docker Build / build (push) Failing after 9m58s
2026-04-11 22:50:32 -05:00
b23e4084e5
Merge branch 'main' of https://git.mortons.site/verint.com/gds-mock-mcp
gds-mock-mcp Docker Build / build (push) Has been cancelled
2026-04-11 22:38:43 -05:00
261e6e2387
Merge branch '001-mock-gds-server'
2026-04-11 22:35:55 -05:00
54aee81a43
Adding gitea workflows
gds-mock-mcp Docker Build / build (pull_request) Failing after 14m15s
2026-04-11 22:33:04 -05:00
eb0a4e8308
fixing jsonSchema validation by using zod
2026-04-11 22:23:25 -05:00
075a2d3cb6
Initial commit
2026-04-11 22:21:29 -05:00
0bae26ae0b
docs: apply analysis remediation edits
...
Applied 4 LOW-severity improvements from /speckit.analyze:
1. Clarified PNR format in FR-005 (TEST-{6 chars} not just 6 chars)
2. Added explicit FR-015 coverage note in tasks.md Phase 3
3. Documented infinite inventory design decision in T020
4. Connected documentation tasks to SC-006/SC-007 objectives
All changes are documentation clarifications, no functional impact.
Analysis showed 100% requirement coverage with zero blocking issues.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-04-07 11:44:33 -05:00
35a98c6d4b
feat: complete implementation plan for Mock GDS MCP server
...
Phase 0 (Research):
- Selected MCP SDK (@modelcontextprotocol/sdk) for protocol compliance
- Chose ioredis for Valkey client (Redis-compatible)
- Minimal dependencies: Pino logging, native test runner
- Docker buildx bake for multi-platform builds
- Embedded mock data with deterministic generation
- PNR format: TEST-{BASE32} for safety
Phase 1 (Design):
- Data model: 8 core entities (Session, PNR, FlightSegment, etc.)
- MCP contracts: 8 tools with JSON schemas
- Quickstart guide with complete workflow examples
- Constitution compliance verified
Technical stack:
- Node.js 20 LTS
- Valkey 8.0+ for persistence
- Docker containers (amd64/arm64)
- Performance: <2s search, 50+ concurrent sessions
Ready for task generation with /speckit.tasks
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-04-07 11:27:53 -05:00
5d7d888c80
docs: create constitution v1.0.0 for Mock GDS MCP server
...
Initial constitution defining core principles:
- MCP protocol compliance (non-negotiable)
- Mock data realism with GDS standards
- Safety guarantees (no real transactions)
- Tool-based architecture
- Stateful session management
- Observability and debugging
Includes governance, amendment process, and compliance review requirements.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-04-07 11:04:05 -05:00
ec40d91bec
Initial commit from Specify template
2026-04-07 09:52:45 -05:00