ipm-rpc

command
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2026 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Overview

Command ipm-rpc is the infinite.pm language server. It speaks the Language Server Protocol over stdio and serves IDE features for ipmt sources and for ipmt fences embedded in Markdown.

This file's responsibility:

  • flag parsing (--verbose, --quiet, --stdio, --version)
  • structured logging via pkg/ipm/log
  • stdio transport setup using jrpc2's LSP framing channel
  • server lifecycle (run, signal handling, graceful shutdown)

The actual LSP method dispatch lives in server.go. The workspace commands (ipm.embed / ipm.embedBuffer / ipm.check) are in commands.go and embed_buffer.go. Semantic-token emission is in tokens.go.

Design notes: docs/ipm-rpc.md.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL