Skip to content

Commit 7beb8cb

Browse files
author
Allow2 Dev
committed
Added MCP and device <-> service cross refs
1 parent 8886d6a commit 7beb8cb

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Allow2 Java Service SDK v2
22

3-
[![CI](https://img.shields.io/github/actions/workflow/status/Allow2/Allow2Java-Service/ci.yml?style=flat-square)](https://github.com/Allow2/Allow2Java-Service/actions)
3+
[![CI](https://img.shields.io/github/actions/workflow/status/Allow2/Allow2java-service/ci.yml?style=flat-square)](https://github.com/Allow2/Allow2java-service/actions)
44
[![Maven Central](https://img.shields.io/maven-central/v/com.allow2/allow2-service?style=flat-square)](https://central.sonatype.com/artifact/com.allow2/allow2-service)
55

6+
> **Developer Resources** -- The [Allow2 MCP Server](https://mcp.allow2.com) provides comprehensive API documentation, integration guides, architecture overviews, and interactive examples. Connect it to your AI coding assistant for the best development experience. **Start there.**
7+
68
Official Allow2 Parental Freedom **Service SDK** for Java -- for web services with user accounts (Spring Boot, Jakarta EE, etc.).
79

8-
This is a **Service SDK** -- it runs on your web server, not on a child's device. Following industry standard practice (Stripe, Firebase, Auth0), Allow2 maintains separate Device and Service SDKs. It handles OAuth2 pairing, permission checking, all 3 request types, voice codes, and feedback via the Allow2 Service API.
10+
This is a **Service SDK** -- it runs on your web server, not on a child's device. If you are building a device or product owned by a family (a game, smart device, desktop app, etc.), you need the [Device SDK](https://github.com/Allow2/Allow2kotlin) instead.
11+
12+
Following industry standard practice (Stripe, Firebase, Auth0), Allow2 maintains separate Device and Service SDKs. It handles OAuth2 pairing, permission checking, all 3 request types, voice codes, and feedback via the Allow2 Service API.
913

1014
| | |
1115
|---|---|

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ publishing {
4343
pom {
4444
name = 'Allow2 Java Service SDK'
4545
description = 'Official Allow2 Parental Freedom Service SDK for Java'
46-
url = 'https://github.com/Allow2/Allow2Java-Service'
46+
url = 'https://github.com/Allow2/Allow2java-service'
4747

4848
licenses {
4949
license {
5050
name = 'API and SDK Licence and Service Agreement'
51-
url = 'https://github.com/Allow2/Allow2Java-Service/blob/master/LICENSE'
51+
url = 'https://github.com/Allow2/Allow2java-service/blob/master/LICENSE'
5252
}
5353
}
5454

@@ -61,9 +61,9 @@ publishing {
6161
}
6262

6363
scm {
64-
connection = 'scm:git:git://github.com/Allow2/Allow2Java-Service.git'
65-
developerConnection = 'scm:git:ssh://github.com/Allow2/Allow2Java-Service.git'
66-
url = 'https://github.com/Allow2/Allow2Java-Service'
64+
connection = 'scm:git:git://github.com/Allow2/Allow2java-service.git'
65+
developerConnection = 'scm:git:ssh://github.com/Allow2/Allow2java-service.git'
66+
url = 'https://github.com/Allow2/Allow2java-service'
6767
}
6868
}
6969
}

0 commit comments

Comments
 (0)