serverpod_boost 0.1.6 copy "serverpod_boost: ^0.1.6" to clipboard
serverpod_boost: ^0.1.6 copied to clipboard

AI acceleration for ServerPod development via MCP (Model Context Protocol). Provides AI assistants with deep context awareness of ServerPod projects, enabling high-quality code generation through sema [...]

110/ 160
pub points
51
downloads

We analyzed this package 4 days ago, and awarded it 110 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

715 out of 927 API elements (77.1 %) have documentation comments.

Some symbols that are missing documentation: agent, agent.Agent.Agent.new, boost_mcp_server, claude_code_agent, claude_code_agent.ClaudeCodeAgent.ClaudeCodeAgent.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:serverpod_boost/agents/agent.dart that imports:
  • package:serverpod_boost/serverpod/serverpod_locator.dart that imports:
  • package:serverpod_boost/serverpod/method_parser.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 157 issues. Showing the first 2:

INFO: Constructor declarations should be before non-constructor declarations.

lib/cli/spinner.dart:12:3

   ╷
12 │   Spinner(this.message)
   │   ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/cli/spinner.dart

INFO: Don't invoke 'print' in production code.

lib/cli/spinner.dart:33:7

   ╷
33 │       print(finalMessage);
   │       ^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/cli/spinner.dart

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
args ^2.4.2 2.7.0 2.7.0
console ^4.1.0 4.1.0 4.1.0
http ^1.6.0 1.6.0 1.6.0
mcp_server ^1.0.3 1.0.3 1.0.3
mustache_template ^2.0.0 2.0.4 2.0.4
package_config ^2.1.0 2.2.0 2.2.0
path ^1.8.3 1.9.1 1.9.1
postgres ^3.0.0 3.5.9 3.5.9
serverpod ^3.2.3 3.4.5 3.4.5
yaml ^3.1.2 3.1.3 3.1.3
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
buffer - 1.2.3 1.2.3
charcode - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
ffi - 2.2.0 2.2.0
fixnum - 1.1.1 1.1.1
http_parser - 4.1.2 4.1.2
json_annotation - 4.11.0 4.11.0
logging - 1.3.0 1.3.0
meta - 1.18.2 1.18.2
mime - 2.0.0 2.0.0
pool - 1.5.2 1.5.2
redis - 4.1.0 4.1.0
relic - 1.2.0 1.2.0
relic_core - 1.2.0 1.2.0
relic_io - 1.2.0 1.2.0
retry - 3.1.2 3.1.2
serverpod_serialization - 3.4.5 3.4.5
serverpod_shared - 3.4.5 3.4.5
shelf - 1.4.2 1.4.2
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
super_string - 1.0.3 1.0.3
synchronized - 3.4.0 3.4.0
system_resources_2 - 2.2.2 2.2.2
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uuid - 4.5.3 4.5.3
vector_math - 2.3.0 2.3.0
vm_service - 15.0.2 15.0.2
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • UNDEFINED_METHOD - lib/tools/database_query_tool.dart:283:23 - The method 'withUrl' isn't defined for the type 'Pool'.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.12, Dart 3.11.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
110
points
51
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

AI acceleration for ServerPod development via MCP (Model Context Protocol). Provides AI assistants with deep context awareness of ServerPod projects, enabling high-quality code generation through semantic understanding.

Repository (GitHub)
View/report issues
Contributing

Topics

#serverpod #mcp #ai #code-generation #development-tools

License

MIT (license)

Dependencies

args, console, http, mcp_server, mustache_template, package_config, path, postgres, serverpod, yaml

More

Packages that depend on serverpod_boost