@extentos/mcp-server 0.0.70 → 0.0.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,13 +6,13 @@
6
6
  // scaffold a project pointing at 1.0.0 (no probe code) while running
7
7
  // 0.0.7+ server-side smarts that needed 1.1.x to function.
8
8
  //
9
- // Pre-public-Maven note: 1.1.28-pair currently lives only on the dev's
9
+ // Pre-public-Maven note: 1.1.29-pair currently lives only on the dev's
10
10
  // mavenLocal (./gradlew :glasses-core:publishToMavenLocal). Until a
11
11
  // public Maven Central / JitPack publish lands, scaffolded projects
12
12
  // require the dev to run mavenLocal-publish first. Document next to
13
13
  // the dependency notation in generateConnectionModule.
14
14
  export const VERSION_INFO = {
15
- latestStable: "1.1.28-pair",
15
+ latestStable: "1.1.29-pair",
16
16
  specVersion: "1.0",
17
17
  android: {
18
18
  minimumSdk: 31,
@@ -34,7 +34,7 @@ export const VERSION_INFO = {
34
34
  kotlinVersion: "2.1.20",
35
35
  // Toolchain minimums (F-R4-8 from DOGFOOD_R4). The library's transitive
36
36
  // Compose deps determine the floor:
37
- // - com.extentos:glasses-ui:1.1.28-pair brings in androidx.compose.* 1.9.0
37
+ // - com.extentos:glasses-ui:1.1.29-pair brings in androidx.compose.* 1.9.0
38
38
  // (via compose-bom 2024.10.00 and direct deps)
39
39
  // - Compose 1.9.0 AAR-metadata declares "requires AGP >= 8.6.0"
40
40
  // - AGP 8.6+ requires Gradle 8.7+ (Android Gradle Plugin compatibility table)
@@ -58,13 +58,13 @@ export const VERSION_INFO = {
58
58
  },
59
59
  artifacts: {
60
60
  android: {
61
- core: "com.extentos:glasses:1.1.28-pair",
62
- ui: "com.extentos:glasses-ui:1.1.28-pair",
63
- debug: "com.extentos:glasses-debug:1.1.28-pair",
61
+ core: "com.extentos:glasses:1.1.29-pair",
62
+ ui: "com.extentos:glasses-ui:1.1.29-pair",
63
+ debug: "com.extentos:glasses-debug:1.1.29-pair",
64
64
  },
65
65
  ios: {
66
66
  package: "https://github.com/extentos/swift-glasses",
67
- version: "1.1.28-pair",
67
+ version: "1.1.29-pair",
68
68
  products: ["GlassesCore", "GlassesUI", "GlassesDebug", "GlassesLifecycle", "GlassesTesting"],
69
69
  },
70
70
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extentos/mcp-server",
3
- "version": "0.0.70",
3
+ "version": "0.0.71",
4
4
  "description": "Extentos MCP server — deterministic tools for building Meta-glasses apps.",
5
5
  "type": "module",
6
6
  "bin": {