feat(mcp): add web.allowedorigins-removed rule; document v1.3.0 CORS migration

This commit is contained in:
2026-08-08 10:51:38 -06:00
parent 03a8d8a641
commit 3961ae7175
7 changed files with 118 additions and 9 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ import (
const (
serverName = "einherjar-mcp"
serverVersion = "v1.2.0"
serverVersion = "v1.3.0"
)
func main() {